#BC9D3F

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

Shades of Roti #BC9D3F

Tints of Roti #BC9D3F

Color information

#BC9D3F (or 0xBC9D3F) is unknown color: approx Roti. HEX triplet: BC, 9D and 3F. RGB value is (188,157,63). Sum of RGB (Red+Green+Blue) = 188+157+63=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 63 (25% from 255 or 15.44% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9D3F is #4362C0. Grayscale: #9B9B9B. Windows color (decimal): -4416193 or 4169148. OLE color: 4169148.

HSL color Cylindrical-coordinate representation of color #BC9D3F: hue angle of 45.12º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC9D3F is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB18815763-
CMYK00.160.660.26
HSL45.12º49.8%49.22%-
HSV(B)45.12º66.49%73.73%-
XYZ33.6935.169.71-
YUV155.5575.77151.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.08%
GREEN value IS 157 (61.72% from 255) = 38.48%
BLUE value IS 63 (25% from 255) = 15.44%
R=46.08%
G=38.48%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881576300.160.660.2645.1249.849.22
HexBC9D3F010421A2d3231
Octal2742357702010232556261
Binary1011110010011101111111010000100001011010101101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9D3F; }

 p { color: rgb(188,157,63); }

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

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

 a { background-color: rgb(188,157,63); }

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

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

 span { border-color: rgb(188,157,63); }

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