Html Css Color HEX #B85940 Flame Pea

📋 copy color: '#B85940'

red 184 ◦ green 89 ◦ blue 64

#B85940
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flame Pea #B85940

Tints of Flame Pea #B85940

RGB

 RED value IS 184 (72.27% from 255) = 54.6%

 GREEN value IS 89 (35.16% from 255) = 26.41%

 BLUE value IS 64 (25.39% from 255) = 18.99%

R = 54.6%
G = 26.41%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B85940 (or 0xB85940) is known color: Flame Pea. HEX triplet: B8, 59 and 40. RGB value is (184,89,64). Sum of RGB (Red+Green+Blue) = 184+89+64=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B85940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85940 is #47A6BF. Grayscale: #727272. Windows color (decimal): -4695744 or 4217272. OLE color: 4217272.

HSL color Cylindrical-coordinate representation of color #B85940: hue angle of 12.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B85940 is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 89 64 -
CMYK 0 0.52 0.65 0.28
HSL 12.5º 0.48% 0.49% -
HSV(B) 12.5º 0.65% 0.72% -
XYZ 24.26 17.71 6.99 -
YUV 114.56 99.47 177.53 -
System Red Green Blue C M Y K H S L
Decimal 184 89 64 0 0.52 0.65 0.28 12.5 0.48 0.49
Hex B8 59 40 0 34 41 1C C 30 31
Octal 270 131 100 0 64 101 34 14 60 61
Binary 10111000 1011001 1000000 0 110100 1000001 11100 1100 110000 110001

Color Harmonies of #B85940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85940

Black with #B85940

Text Example


Text Example

White with #B85940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85940; }

 p { color: rgb(184,89,64); }

 H1.HeaderClassName
 {
   color: #B85940;
 }
 .AnyTagClassName
 {
   color: #B85940;
 }
</style>

background-color css

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

 a { background-color: rgb(184,89,64); }

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

border-color css

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

 span { border-color: rgb(184,89,64); }

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