Html Css Color HEX #B96550 Flame Pea

📋 copy color: '#B96550'

red 185 ◦ green 101 ◦ blue 80

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

Shades of Flame Pea #B96550

Tints of Flame Pea #B96550

RGB

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

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

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

R = 50.55%
G = 27.6%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B96550 (or 0xB96550) is known color: Flame Pea. HEX triplet: B9, 65 and 50. RGB value is (185,101,80). Sum of RGB (Red+Green+Blue) = 185+101+80=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B96550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96550 is #469AAF. Grayscale: #7B7B7B. Windows color (decimal): -4627120 or 5268921. OLE color: 5268921.

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

Color convert

RGB 185 101 80 -
CMYK 0 0.45 0.57 0.27
HSL 12º 0.43% 0.52% -
HSV(B) 12º 0.57% 0.73% -
XYZ 26.11 20.2 10.11 -
YUV 123.72 103.33 171.71 -
System Red Green Blue C M Y K H S L
Decimal 185 101 80 0 0.45 0.57 0.27 12 0.43 0.52
Hex B9 65 50 0 2D 39 1B C 2B 34
Octal 271 145 120 0 55 71 33 14 53 64
Binary 10111001 1100101 1010000 0 101101 111001 11011 1100 101011 110100

Color Harmonies of #B96550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96550

Black with #B96550

Text Example


Text Example

White with #B96550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96550; }

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

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

background-color css

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

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

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

border-color css

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

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

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