#BF9652

Color #BF9652 Tussock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tussock #BF9652

Tints of Tussock #BF9652

Color information

#BF9652 (or 0xBF9652) is unknown color: approx Tussock. HEX triplet: BF, 96 and 52. RGB value is (191,150,82). Sum of RGB (Red+Green+Blue) = 191+150+82=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9652 is #4069AD. Grayscale: #9A9A9A. Windows color (decimal): -4221358 or 5412543. OLE color: 5412543.

HSL color Cylindrical-coordinate representation of color #BF9652: hue angle of 37.43º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF9652 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB19115082-
CMYK00.210.570.25
HSL37.43º45.99%53.53%-
HSV(B)37.43º57.07%74.9%-
XYZ33.9233.512.66-
YUV154.5187.08154.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.15%
GREEN value IS 150 (58.98% from 255) = 35.46%
BLUE value IS 82 (32.42% from 255) = 19.39%
R=45.15%
G=35.46%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911508200.210.570.2537.4345.9953.53
HexBF96520153919252e36
Octal2772261220257131455666
Binary1011111110010110101001001010111100111001100101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9652; }

 p { color: rgb(191,150,82); }

 H1.HeaderClassName
 {
   color: #BF9652;
 }
 .AnyTagClassName
 {
   color: #BF9652;
 }
</style>
background-color css

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

 a { background-color: rgb(191,150,82); }

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

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

 span { border-color: rgb(191,150,82); }

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