Html Css Color HEX #B96552 Flame Pea

📋 copy color: '#B96552'

red 185 ◦ green 101 ◦ blue 82

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

Shades of Flame Pea #B96552

Tints of Flame Pea #B96552

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.45%

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

R = 50.27%
G = 27.45%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B96552 (or 0xB96552) is known color: Flame Pea. HEX triplet: B9, 65 and 52. RGB value is (185,101,82). Sum of RGB (Red+Green+Blue) = 185+101+82=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B96552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96552 is #469AAD. Grayscale: #7C7C7C. Windows color (decimal): -4627118 or 5399993. OLE color: 5399993.

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

Color convert

RGB 185 101 82 -
CMYK 0 0.45 0.56 0.27
HSL 11.07º 0.42% 0.52% -
HSV(B) 11.07º 0.56% 0.73% -
XYZ 26.18 20.23 10.51 -
YUV 123.95 104.33 171.54 -
System Red Green Blue C M Y K H S L
Decimal 185 101 82 0 0.45 0.56 0.27 11.07 0.42 0.52
Hex B9 65 52 0 2D 38 1B B 2A 34
Octal 271 145 122 0 55 70 33 13 52 64
Binary 10111001 1100101 1010010 0 101101 111000 11011 1011 101010 110100

Color Harmonies of #B96552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96552

Black with #B96552

Text Example


Text Example

White with #B96552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96552; }

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

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

background-color css

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

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

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

border-color css

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

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

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