#BC9A43

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

Shades of Roti #BC9A43

Tints of Roti #BC9A43

Color information

#BC9A43 (or 0xBC9A43) is unknown color: approx Roti. HEX triplet: BC, 9A and 43. RGB value is (188,154,67). Sum of RGB (Red+Green+Blue) = 188+154+67=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 67 (26.56% from 255 or 16.38% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9A43 is #4365BC. Grayscale: #9A9A9A. Windows color (decimal): -4416957 or 4430524. OLE color: 4430524.

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

Color convert

RGB18815467-
CMYK00.180.640.26
HSL43.14º47.45%50%-
HSV(B)43.14º64.36%73.73%-
XYZ33.3134.2110.16-
YUV154.2578.76152.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.97%
GREEN value IS 154 (60.55% from 255) = 37.65%
BLUE value IS 67 (26.56% from 255) = 16.38%
R=45.97%
G=37.65%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881546700.180.640.2643.1447.4550
HexBC9A43012401A2b2f32
Octal27423210302210032535762
Binary10111100100110101000011010010100000011010101011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9A43; }

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

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

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

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

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

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

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

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