Html Css Color HEX #B96551 Flame Pea

📋 copy color: '#B96551'

red 185 ◦ green 101 ◦ blue 81

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

Shades of Flame Pea #B96551

Tints of Flame Pea #B96551

RGB

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

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

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

R = 50.41%
G = 27.52%
B = 22.07%

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

#B96551 (or 0xB96551) is known color: Flame Pea. HEX triplet: B9, 65 and 51. RGB value is (185,101,81). Sum of RGB (Red+Green+Blue) = 185+101+81=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 81 (32.03% from 255 or 22.07% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B96551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96551 is #469AAE. Grayscale: #7C7C7C. Windows color (decimal): -4627119 or 5334457. OLE color: 5334457.

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

Color convert

RGB 185 101 81 -
CMYK 0 0.45 0.56 0.27
HSL 11.54º 0.43% 0.52% -
HSV(B) 11.54º 0.56% 0.73% -
XYZ 26.15 20.22 10.31 -
YUV 123.84 103.83 171.63 -
System Red Green Blue C M Y K H S L
Decimal 185 101 81 0 0.45 0.56 0.27 11.54 0.43 0.52
Hex B9 65 51 0 2D 38 1B C 2B 34
Octal 271 145 121 0 55 70 33 14 53 64
Binary 10111001 1100101 1010001 0 101101 111000 11011 1100 101011 110100

Color Harmonies of #B96551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96551

Black with #B96551

Text Example


Text Example

White with #B96551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96551; }

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

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

background-color css

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

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

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

border-color css

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

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

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