Html Css Color HEX #B86046 Flame Pea

📋 copy color: '#B86046'

red 184 ◦ green 96 ◦ blue 70

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

Shades of Flame Pea #B86046

Tints of Flame Pea #B86046

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.43%

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

R = 52.57%
G = 27.43%
B = 20%

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

#B86046 (or 0xB86046) is known color: Flame Pea. HEX triplet: B8, 60 and 46. RGB value is (184,96,70). Sum of RGB (Red+Green+Blue) = 184+96+70=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B86046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86046 is #479FB9. Grayscale: #777777. Windows color (decimal): -4693946 or 4612280. OLE color: 4612280.

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

Color convert

RGB 184 96 70 -
CMYK 0 0.48 0.62 0.28
HSL 13.68º 0.45% 0.5% -
HSV(B) 13.68º 0.62% 0.72% -
XYZ 25.06 19 8.14 -
YUV 119.35 100.15 174.11 -
System Red Green Blue C M Y K H S L
Decimal 184 96 70 0 0.48 0.62 0.28 13.68 0.45 0.5
Hex B8 60 46 0 30 3E 1C E 2D 32
Octal 270 140 106 0 60 76 34 16 55 62
Binary 10111000 1100000 1000110 0 110000 111110 11100 1110 101101 110010

Color Harmonies of #B86046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86046

Black with #B86046

Text Example


Text Example

White with #B86046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86046; }

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

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

background-color css

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

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

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

border-color css

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

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

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