Html Css Color HEX #B96150 Flame Pea

📋 copy color: '#B96150'

red 185 ◦ green 97 ◦ blue 80

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

Shades of Flame Pea #B96150

Tints of Flame Pea #B96150

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.8%

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

R = 51.1%
G = 26.8%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B96150 (or 0xB96150) is known color: Flame Pea. HEX triplet: B9, 61 and 50. RGB value is (185,97,80). Sum of RGB (Red+Green+Blue) = 185+97+80=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B96150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96150 is #469EAF. Grayscale: #797979. Windows color (decimal): -4628144 or 5267897. OLE color: 5267897.

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

Color convert

RGB 185 97 80 -
CMYK 0 0.48 0.57 0.27
HSL 9.71º 0.43% 0.52% -
HSV(B) 9.71º 0.57% 0.73% -
XYZ 25.73 19.44 9.99 -
YUV 121.37 104.65 173.38 -
System Red Green Blue C M Y K H S L
Decimal 185 97 80 0 0.48 0.57 0.27 9.71 0.43 0.52
Hex B9 61 50 0 30 39 1B A 2B 34
Octal 271 141 120 0 60 71 33 12 53 64
Binary 10111001 1100001 1010000 0 110000 111001 11011 1010 101011 110100

Color Harmonies of #B96150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96150

Black with #B96150

Text Example


Text Example

White with #B96150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96150; }

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

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

background-color css

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

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

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

border-color css

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

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

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