Html Css Color HEX #B85F45 Flame Pea

📋 copy color: '#B85F45'

red 184 ◦ green 95 ◦ blue 69

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

Shades of Flame Pea #B85F45

Tints of Flame Pea #B85F45

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.3%

 BLUE value IS 69 (27.34% from 255) = 19.83%

R = 52.87%
G = 27.3%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B85F45 (or 0xB85F45) is known color: Flame Pea. HEX triplet: B8, 5F and 45. RGB value is (184,95,69). Sum of RGB (Red+Green+Blue) = 184+95+69=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B85F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85F45 is #47A0BA. Grayscale: #767676. Windows color (decimal): -4694203 or 4546488. OLE color: 4546488.

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

Color convert

RGB 184 95 69 -
CMYK 0 0.48 0.62 0.28
HSL 13.57º 0.45% 0.5% -
HSV(B) 13.57º 0.63% 0.72% -
XYZ 24.93 18.8 7.95 -
YUV 118.65 99.99 174.61 -
System Red Green Blue C M Y K H S L
Decimal 184 95 69 0 0.48 0.62 0.28 13.57 0.45 0.5
Hex B8 5F 45 0 30 3E 1C E 2D 32
Octal 270 137 105 0 60 76 34 16 55 62
Binary 10111000 1011111 1000101 0 110000 111110 11100 1110 101101 110010

Color Harmonies of #B85F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85F45

Black with #B85F45

Text Example


Text Example

White with #B85F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85F45; }

 p { color: rgb(184,95,69); }

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

background-color css

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

 a { background-color: rgb(184,95,69); }

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

border-color css

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

 span { border-color: rgb(184,95,69); }

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