Html Css Color HEX #B86346 Flame Pea

📋 copy color: '#B86346'

red 184 ◦ green 99 ◦ blue 70

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

Shades of Flame Pea #B86346

Tints of Flame Pea #B86346

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.05%

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

R = 52.12%
G = 28.05%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B86346 (or 0xB86346) is known color: Flame Pea. HEX triplet: B8, 63 and 46. RGB value is (184,99,70). Sum of RGB (Red+Green+Blue) = 184+99+70=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B86346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86346 is #479CB9. Grayscale: #797979. Windows color (decimal): -4693178 or 4613048. OLE color: 4613048.

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

Color convert

RGB 184 99 70 -
CMYK 0 0.46 0.62 0.28
HSL 15.26º 0.45% 0.5% -
HSV(B) 15.26º 0.62% 0.72% -
XYZ 25.33 19.56 8.23 -
YUV 121.11 99.16 172.86 -
System Red Green Blue C M Y K H S L
Decimal 184 99 70 0 0.46 0.62 0.28 15.26 0.45 0.5
Hex B8 63 46 0 2E 3E 1C F 2D 32
Octal 270 143 106 0 56 76 34 17 55 62
Binary 10111000 1100011 1000110 0 101110 111110 11100 1111 101101 110010

Color Harmonies of #B86346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86346

Black with #B86346

Text Example


Text Example

White with #B86346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86346; }

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

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

background-color css

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

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

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

border-color css

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

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

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