Html Css Color HEX #B86145 Flame Pea

📋 copy color: '#B86145'

red 184 ◦ green 97 ◦ blue 69

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

Shades of Flame Pea #B86145

Tints of Flame Pea #B86145

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.71%

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

R = 52.57%
G = 27.71%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B86145 (or 0xB86145) is known color: Flame Pea. HEX triplet: B8, 61 and 45. RGB value is (184,97,69). Sum of RGB (Red+Green+Blue) = 184+97+69=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B86145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86145 is #479EBA. Grayscale: #787878. Windows color (decimal): -4693691 or 4547000. OLE color: 4547000.

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

Color convert

RGB 184 97 69 -
CMYK 0 0.47 0.62 0.28
HSL 14.61º 0.45% 0.5% -
HSV(B) 14.61º 0.63% 0.72% -
XYZ 25.12 19.17 8.01 -
YUV 119.82 99.32 173.78 -
System Red Green Blue C M Y K H S L
Decimal 184 97 69 0 0.47 0.62 0.28 14.61 0.45 0.5
Hex B8 61 45 0 2F 3E 1C F 2D 32
Octal 270 141 105 0 57 76 34 17 55 62
Binary 10111000 1100001 1000101 0 101111 111110 11100 1111 101101 110010

Color Harmonies of #B86145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86145

Black with #B86145

Text Example


Text Example

White with #B86145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86145; }

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

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

background-color css

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

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

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

border-color css

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

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

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