#BC9A3D

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

Shades of Roti #BC9A3D

Tints of Roti #BC9A3D

Color information

#BC9A3D (or 0xBC9A3D) is unknown color: approx Roti. HEX triplet: BC, 9A and 3D. RGB value is (188,154,61). Sum of RGB (Red+Green+Blue) = 188+154+61=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 61 (24.22% from 255 or 15.14% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9A3D is #4365C2. Grayscale: #999999. Windows color (decimal): -4416963 or 4037308. OLE color: 4037308.

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

Color convert

RGB18815461-
CMYK00.180.680.26
HSL43.94º51%48.82%-
HSV(B)43.94º67.55%73.73%-
XYZ33.1434.149.26-
YUV153.5675.76152.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.65%
GREEN value IS 154 (60.55% from 255) = 38.21%
BLUE value IS 61 (24.22% from 255) = 15.14%
R=46.65%
G=38.21%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881546100.180.680.2643.945148.82
HexBC9A3D012441A2c3331
Octal2742327502210432546361
Binary1011110010011010111101010010100010011010101100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9A3D; }

 p { color: rgb(188,154,61); }

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

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

 a { background-color: rgb(188,154,61); }

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

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

 span { border-color: rgb(188,154,61); }

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