Html Css Color HEX #B85544 Flame Pea

📋 copy color: '#B85544'

red 184 ◦ green 85 ◦ blue 68

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

Shades of Flame Pea #B85544

Tints of Flame Pea #B85544

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.22%

 BLUE value IS 68 (26.95% from 255) = 20.18%

R = 54.6%
G = 25.22%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B85544 (or 0xB85544) is known color: Flame Pea. HEX triplet: B8, 55 and 44. RGB value is (184,85,68). Sum of RGB (Red+Green+Blue) = 184+85+68=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B85544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85544 is #47AABB. Grayscale: #707070. Windows color (decimal): -4696764 or 4478392. OLE color: 4478392.

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

Color convert

RGB 184 85 68 -
CMYK 0 0.54 0.63 0.28
HSL 8.79º 0.46% 0.49% -
HSV(B) 8.79º 0.63% 0.72% -
XYZ 24.06 17.1 7.5 -
YUV 112.66 102.8 178.88 -
System Red Green Blue C M Y K H S L
Decimal 184 85 68 0 0.54 0.63 0.28 8.79 0.46 0.49
Hex B8 55 44 0 36 3F 1C 9 2E 31
Octal 270 125 104 0 66 77 34 11 56 61
Binary 10111000 1010101 1000100 0 110110 111111 11100 1001 101110 110001

Color Harmonies of #B85544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85544

Black with #B85544

Text Example


Text Example

White with #B85544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85544; }

 p { color: rgb(184,85,68); }

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

background-color css

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

 a { background-color: rgb(184,85,68); }

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

border-color css

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

 span { border-color: rgb(184,85,68); }

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