Html Css Color HEX #B96852 Flame Pea

📋 copy color: '#B96852'

red 185 ◦ green 104 ◦ blue 82

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

Shades of Flame Pea #B96852

Tints of Flame Pea #B96852

RGB

 RED value IS 185 (72.66% from 255) = 49.87%

 GREEN value IS 104 (41.02% from 255) = 28.03%

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

R = 49.87%
G = 28.03%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B96852 (or 0xB96852) is known color: Flame Pea. HEX triplet: B9, 68 and 52. RGB value is (185,104,82). Sum of RGB (Red+Green+Blue) = 185+104+82=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B96852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96852 is #4697AD. Grayscale: #7D7D7D. Windows color (decimal): -4626350 or 5400761. OLE color: 5400761.

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

Color convert

RGB 185 104 82 -
CMYK 0 0.44 0.56 0.27
HSL 12.82º 0.42% 0.52% -
HSV(B) 12.82º 0.56% 0.73% -
XYZ 26.48 20.82 10.61 -
YUV 125.71 103.34 170.29 -
System Red Green Blue C M Y K H S L
Decimal 185 104 82 0 0.44 0.56 0.27 12.82 0.42 0.52
Hex B9 68 52 0 2C 38 1B D 2A 34
Octal 271 150 122 0 54 70 33 15 52 64
Binary 10111001 1101000 1010010 0 101100 111000 11011 1101 101010 110100

Color Harmonies of #B96852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96852

Black with #B96852

Text Example


Text Example

White with #B96852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96852; }

 p { color: rgb(185,104,82); }

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

background-color css

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

 a { background-color: rgb(185,104,82); }

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

border-color css

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

 span { border-color: rgb(185,104,82); }

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