Html Css Color HEX #B85541 Flame Pea

📋 copy color: '#B85541'

red 184 ◦ green 85 ◦ blue 65

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

Shades of Flame Pea #B85541

Tints of Flame Pea #B85541

RGB

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

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

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

R = 55.09%
G = 25.45%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B85541 (or 0xB85541) is known color: Flame Pea. HEX triplet: B8, 55 and 41. RGB value is (184,85,65). Sum of RGB (Red+Green+Blue) = 184+85+65=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B85541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85541 is #47AABE. Grayscale: #707070. Windows color (decimal): -4696767 or 4281784. OLE color: 4281784.

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

Color convert

RGB 184 85 65 -
CMYK 0 0.54 0.65 0.28
HSL 10.08º 0.48% 0.49% -
HSV(B) 10.08º 0.65% 0.72% -
XYZ 23.97 17.07 7.03 -
YUV 112.32 101.3 179.13 -
System Red Green Blue C M Y K H S L
Decimal 184 85 65 0 0.54 0.65 0.28 10.08 0.48 0.49
Hex B8 55 41 0 36 41 1C A 30 31
Octal 270 125 101 0 66 101 34 12 60 61
Binary 10111000 1010101 1000001 0 110110 1000001 11100 1010 110000 110001

Color Harmonies of #B85541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85541

Black with #B85541

Text Example


Text Example

White with #B85541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85541; }

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

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

background-color css

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

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

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

border-color css

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

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

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