Html Css Color HEX #B86751 Flame Pea

📋 copy color: '#B86751'

red 184 ◦ green 103 ◦ blue 81

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

Shades of Flame Pea #B86751

Tints of Flame Pea #B86751

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.99%

 BLUE value IS 81 (32.03% from 255) = 22.01%

R = 50%
G = 27.99%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B86751 (or 0xB86751) is known color: Flame Pea. HEX triplet: B8, 67 and 51. RGB value is (184,103,81). Sum of RGB (Red+Green+Blue) = 184+103+81=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B86751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86751 is #4798AE. Grayscale: #7C7C7C. Windows color (decimal): -4692143 or 5334968. OLE color: 5334968.

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

Color convert

RGB 184 103 81 -
CMYK 0 0.44 0.56 0.28
HSL 12.82º 0.42% 0.52% -
HSV(B) 12.82º 0.56% 0.72% -
XYZ 26.1 20.48 10.36 -
YUV 124.71 103.34 170.29 -
System Red Green Blue C M Y K H S L
Decimal 184 103 81 0 0.44 0.56 0.28 12.82 0.42 0.52
Hex B8 67 51 0 2C 38 1C D 2A 34
Octal 270 147 121 0 54 70 34 15 52 64
Binary 10111000 1100111 1010001 0 101100 111000 11100 1101 101010 110100

Color Harmonies of #B86751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86751

Black with #B86751

Text Example


Text Example

White with #B86751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86751; }

 p { color: rgb(184,103,81); }

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

background-color css

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

 a { background-color: rgb(184,103,81); }

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

border-color css

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

 span { border-color: rgb(184,103,81); }

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