Html Css Color HEX #B85946 Flame Pea

📋 copy color: '#B85946'

red 184 ◦ green 89 ◦ blue 70

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

Shades of Flame Pea #B85946

Tints of Flame Pea #B85946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.41%

R = 53.64%
G = 25.95%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B85946 (or 0xB85946) is known color: Flame Pea. HEX triplet: B8, 59 and 46. RGB value is (184,89,70). Sum of RGB (Red+Green+Blue) = 184+89+70=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B85946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85946 is #47A6B9. Grayscale: #737373. Windows color (decimal): -4695738 or 4610488. OLE color: 4610488.

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

Color convert

RGB 184 89 70 -
CMYK 0 0.52 0.62 0.28
HSL 10º 0.45% 0.5% -
HSV(B) 10º 0.62% 0.72% -
XYZ 24.45 17.78 7.94 -
YUV 115.24 102.47 177.04 -
System Red Green Blue C M Y K H S L
Decimal 184 89 70 0 0.52 0.62 0.28 10 0.45 0.5
Hex B8 59 46 0 34 3E 1C A 2D 32
Octal 270 131 106 0 64 76 34 12 55 62
Binary 10111000 1011001 1000110 0 110100 111110 11100 1010 101101 110010

Color Harmonies of #B85946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85946

Black with #B85946

Text Example


Text Example

White with #B85946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85946; }

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

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

background-color css

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

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

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

border-color css

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

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

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