Html Css Color HEX #B85841 Flame Pea

📋 copy color: '#B85841'

red 184 ◦ green 88 ◦ blue 65

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

Shades of Flame Pea #B85841

Tints of Flame Pea #B85841

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.11%

 BLUE value IS 65 (25.78% from 255) = 19.29%

R = 54.6%
G = 26.11%
B = 19.29%

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

#B85841 (or 0xB85841) is known color: Flame Pea. HEX triplet: B8, 58 and 41. RGB value is (184,88,65). Sum of RGB (Red+Green+Blue) = 184+88+65=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B85841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85841 is #47A7BE. Grayscale: #727272. Windows color (decimal): -4695999 or 4282552. OLE color: 4282552.

HSL color Cylindrical-coordinate representation of color #B85841: hue angle of 11.6º 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 #B85841 is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 88 65 -
CMYK 0 0.52 0.65 0.28
HSL 11.6º 0.48% 0.49% -
HSV(B) 11.6º 0.65% 0.72% -
XYZ 24.21 17.55 7.11 -
YUV 114.08 100.3 177.87 -
System Red Green Blue C M Y K H S L
Decimal 184 88 65 0 0.52 0.65 0.28 11.6 0.48 0.49
Hex B8 58 41 0 34 41 1C C 30 31
Octal 270 130 101 0 64 101 34 14 60 61
Binary 10111000 1011000 1000001 0 110100 1000001 11100 1100 110000 110001

Color Harmonies of #B85841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85841

Black with #B85841

Text Example


Text Example

White with #B85841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85841; }

 p { color: rgb(184,88,65); }

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

background-color css

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

 a { background-color: rgb(184,88,65); }

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

border-color css

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

 span { border-color: rgb(184,88,65); }

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