#BC934B

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

Shades of Tussock #BC934B

Tints of Tussock #BC934B

Color information

#BC934B (or 0xBC934B) is unknown color: approx Tussock. HEX triplet: BC, 93 and 4B. RGB value is (188,147,75). Sum of RGB (Red+Green+Blue) = 188+147+75=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC934B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC934B is #436CB4. Grayscale: #979797. Windows color (decimal): -4418741 or 4953020. OLE color: 4953020.

HSL color Cylindrical-coordinate representation of color #BC934B: hue angle of 38.23º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC934B is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB18814775-
CMYK00.220.600.26
HSL38.23º45.75%51.57%-
HSV(B)38.23º60.11%73.73%-
XYZ32.4432.0711.14-
YUV151.0585.08154.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.85%
GREEN value IS 147 (57.81% from 255) = 35.85%
BLUE value IS 75 (29.69% from 255) = 18.29%
R=45.85%
G=35.85%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881477500.220.600.2638.2345.7551.57
HexBC934B0163C1A262e34
Octal2742231130267432465664
Binary1011110010010011100101101011011110011010100110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC934B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC934B; }

 p { color: rgb(188,147,75); }

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

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

 a { background-color: rgb(188,147,75); }

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

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

 span { border-color: rgb(188,147,75); }

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