Html Css Color HEX #B85B3E Flame Pea

📋 copy color: '#B85B3E'

red 184 ◦ green 91 ◦ blue 62

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

Shades of Flame Pea #B85B3E

Tints of Flame Pea #B85B3E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27%

 BLUE value IS 62 (24.61% from 255) = 18.4%

R = 54.6%
G = 27%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B85B3E (or 0xB85B3E) is known color: Flame Pea. HEX triplet: B8, 5B and 3E. RGB value is (184,91,62). Sum of RGB (Red+Green+Blue) = 184+91+62=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85B3E is #47A4C1. Grayscale: #737373. Windows color (decimal): -4695234 or 4086712. OLE color: 4086712.

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

Color convert

RGB 184 91 62 -
CMYK 0 0.51 0.66 0.28
HSL 14.26º 0.5% 0.48% -
HSV(B) 14.26º 0.66% 0.72% -
XYZ 24.38 18.02 6.75 -
YUV 115.5 97.81 176.86 -
System Red Green Blue C M Y K H S L
Decimal 184 91 62 0 0.51 0.66 0.28 14.26 0.5 0.48
Hex B8 5B 3E 0 33 42 1C E 32 30
Octal 270 133 76 0 63 102 34 16 62 60
Binary 10111000 1011011 111110 0 110011 1000010 11100 1110 110010 110000

Color Harmonies of #B85B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85B3E

Black with #B85B3E

Text Example


Text Example

White with #B85B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85B3E; }

 p { color: rgb(184,91,62); }

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

background-color css

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

 a { background-color: rgb(184,91,62); }

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

border-color css

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

 span { border-color: rgb(184,91,62); }

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