#B25945

Color #B25945 Flame Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Pea #B25945

Tints of Flame Pea #B25945

Color information

#B25945 (or 0xB25945) is unknown color: approx Flame Pea. HEX triplet: B2, 59 and 45. RGB value is (178,89,69). Sum of RGB (Red+Green+Blue) = 178+89+69=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B25945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25945 is #4DA6BA. Grayscale: #717171. Windows color (decimal): -5088955 or 4544946. OLE color: 4544946.

HSL color Cylindrical-coordinate representation of color #B25945: hue angle of 11.01º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B25945 is Cyan = 0, Magento = 0.5, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB1788969-
CMYK00.50.610.30
HSL11.01º44.13%48.43%-
HSV(B)11.01º61.24%69.8%-
XYZ23.0117.047.71-
YUV113.33102.99174.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 52.98%
GREEN value IS 89 (35.16% from 255) = 26.49%
BLUE value IS 69 (27.34% from 255) = 20.54%
R=52.98%
G=26.49%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178896900.50.610.3011.0144.1348.43
HexB259450323D1Eb2c30
Octal2621311050627536135460
Binary10110010101100110001010110010111101111101011101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25945; }

 p { color: rgb(178,89,69); }

 H1.HeaderClassName
 {
   color: #B25945;
 }
 .AnyTagClassName
 {
   color: #B25945;
 }
</style>
background-color css

<style>
 a { background-color: #B25945; }

 a { background-color: rgb(178,89,69); }

 div.DivClassName
 {
   background-color: #B25945;
 }
 .BgClassName
 {
   background-color: #B25945;
 }
</style>
border-color css

<style>
 span { border-color: #B25945; }

 span { border-color: rgb(178,89,69); }

 td.TdClassName
 {
   border-color: #B25945;
 }
 .TagClassName
 {
   border-color: #B25945;
 }
</style>