Html Css Color HEX #B86352 Flame Pea

📋 copy color: '#B86352'

red 184 ◦ green 99 ◦ blue 82

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

Shades of Flame Pea #B86352

Tints of Flame Pea #B86352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.47%

R = 50.41%
G = 27.12%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B86352 (or 0xB86352) is known color: Flame Pea. HEX triplet: B8, 63 and 52. RGB value is (184,99,82). Sum of RGB (Red+Green+Blue) = 184+99+82=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B86352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86352 is #479CAD. Grayscale: #7A7A7A. Windows color (decimal): -4693166 or 5399480. OLE color: 5399480.

HSL color Cylindrical-coordinate representation of color #B86352: hue angle of 10º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B86352 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 99 82 -
CMYK 0 0.46 0.55 0.28
HSL 10º 0.42% 0.52% -
HSV(B) 10º 0.55% 0.72% -
XYZ 25.75 19.72 10.43 -
YUV 122.48 105.16 171.88 -
System Red Green Blue C M Y K H S L
Decimal 184 99 82 0 0.46 0.55 0.28 10 0.42 0.52
Hex B8 63 52 0 2E 37 1C A 2A 34
Octal 270 143 122 0 56 67 34 12 52 64
Binary 10111000 1100011 1010010 0 101110 110111 11100 1010 101010 110100

Color Harmonies of #B86352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86352

Black with #B86352

Text Example


Text Example

White with #B86352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86352; }

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

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

background-color css

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

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

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

border-color css

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

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

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