Html Css Color HEX #B86652 Flame Pea

📋 copy color: '#B86652'

red 184 ◦ green 102 ◦ blue 82

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

Shades of Flame Pea #B86652

Tints of Flame Pea #B86652

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.72%

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

R = 50%
G = 27.72%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B86652 (or 0xB86652) is known color: Flame Pea. HEX triplet: B8, 66 and 52. RGB value is (184,102,82). Sum of RGB (Red+Green+Blue) = 184+102+82=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B86652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86652 is #4799AD. Grayscale: #7C7C7C. Windows color (decimal): -4692398 or 5400248. OLE color: 5400248.

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

Color convert

RGB 184 102 82 -
CMYK 0 0.45 0.55 0.28
HSL 11.76º 0.42% 0.52% -
HSV(B) 11.76º 0.55% 0.72% -
XYZ 26.04 20.3 10.53 -
YUV 124.24 104.17 170.63 -
System Red Green Blue C M Y K H S L
Decimal 184 102 82 0 0.45 0.55 0.28 11.76 0.42 0.52
Hex B8 66 52 0 2D 37 1C C 2A 34
Octal 270 146 122 0 55 67 34 14 52 64
Binary 10111000 1100110 1010010 0 101101 110111 11100 1100 101010 110100

Color Harmonies of #B86652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86652

Black with #B86652

Text Example


Text Example

White with #B86652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86652; }

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

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

background-color css

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

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

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

border-color css

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

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

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