Html Css Color HEX #B86650 Flame Pea

📋 copy color: '#B86650'

red 184 ◦ green 102 ◦ blue 80

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

Shades of Flame Pea #B86650

Tints of Flame Pea #B86650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.86%

R = 50.27%
G = 27.87%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B86650 (or 0xB86650) is known color: Flame Pea. HEX triplet: B8, 66 and 50. RGB value is (184,102,80). Sum of RGB (Red+Green+Blue) = 184+102+80=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B86650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86650 is #4799AF. Grayscale: #7C7C7C. Windows color (decimal): -4692400 or 5269176. OLE color: 5269176.

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

Color convert

RGB 184 102 80 -
CMYK 0 0.45 0.57 0.28
HSL 12.69º 0.42% 0.52% -
HSV(B) 12.69º 0.57% 0.72% -
XYZ 25.97 20.27 10.13 -
YUV 124.01 103.17 170.79 -
System Red Green Blue C M Y K H S L
Decimal 184 102 80 0 0.45 0.57 0.28 12.69 0.42 0.52
Hex B8 66 50 0 2D 39 1C D 2A 34
Octal 270 146 120 0 55 71 34 15 52 64
Binary 10111000 1100110 1010000 0 101101 111001 11100 1101 101010 110100

Color Harmonies of #B86650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86650

Black with #B86650

Text Example


Text Example

White with #B86650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86650; }

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

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

background-color css

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

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

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

border-color css

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

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

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