#BF8A4B

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

Shades of Tussock #BF8A4B

Tints of Tussock #BF8A4B

Color information

#BF8A4B (or 0xBF8A4B) is unknown color: approx Tussock. HEX triplet: BF, 8A and 4B. RGB value is (191,138,75). Sum of RGB (Red+Green+Blue) = 191+138+75=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8A4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8A4B is #4075B4. Grayscale: #929292. Windows color (decimal): -4224437 or 4950719. OLE color: 4950719.

HSL color Cylindrical-coordinate representation of color #BF8A4B: hue angle of 32.59º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF8A4B is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB19113875-
CMYK00.280.610.25
HSL32.59º47.54%52.16%-
HSV(B)32.59º60.73%74.9%-
XYZ31.8429.7610.72-
YUV146.6787.56159.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.28%
GREEN value IS 138 (54.30% from 255) = 34.16%
BLUE value IS 75 (29.69% from 255) = 18.56%
R=47.28%
G=34.16%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911387500.280.610.2532.5947.5452.16
HexBF8A4B01C3D19213034
Octal2772121130347531416064
Binary1011111110001010100101101110011110111001100001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8A4B; }

 p { color: rgb(191,138,75); }

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

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

 a { background-color: rgb(191,138,75); }

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

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

 span { border-color: rgb(191,138,75); }

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