Html Css Color HEX #B85440 Flame Pea

📋 copy color: '#B85440'

red 184 ◦ green 84 ◦ blue 64

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

Shades of Flame Pea #B85440

Tints of Flame Pea #B85440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.3%

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

R = 55.42%
G = 25.3%
B = 19.28%

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

#B85440 (or 0xB85440) is known color: Flame Pea. HEX triplet: B8, 54 and 40. RGB value is (184,84,64). Sum of RGB (Red+Green+Blue) = 184+84+64=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B85440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85440 is #47ABBF. Grayscale: #6F6F6F. Windows color (decimal): -4697024 or 4215992. OLE color: 4215992.

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

Color convert

RGB 184 84 64 -
CMYK 0 0.54 0.65 0.28
HSL 10º 0.48% 0.49% -
HSV(B) 10º 0.65% 0.72% -
XYZ 23.86 16.9 6.86 -
YUV 111.62 101.13 179.63 -
System Red Green Blue C M Y K H S L
Decimal 184 84 64 0 0.54 0.65 0.28 10 0.48 0.49
Hex B8 54 40 0 36 41 1C A 30 31
Octal 270 124 100 0 66 101 34 12 60 61
Binary 10111000 1010100 1000000 0 110110 1000001 11100 1010 110000 110001

Color Harmonies of #B85440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85440

Black with #B85440

Text Example


Text Example

White with #B85440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85440; }

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

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

background-color css

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

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

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

border-color css

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

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

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