#BCA043

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

Shades of Roti #BCA043

Tints of Roti #BCA043

Color information

#BCA043 (or 0xBCA043) is unknown color: approx Roti. HEX triplet: BC, A0 and 43. RGB value is (188,160,67). Sum of RGB (Red+Green+Blue) = 188+160+67=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 67 (26.56% from 255 or 16.14% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA043 is #435FBC. Grayscale: #9E9E9E. Windows color (decimal): -4415421 or 4432060. OLE color: 4432060.

HSL color Cylindrical-coordinate representation of color #BCA043: hue angle of 46.12º 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 #BCA043 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB18816067-
CMYK00.150.640.26
HSL46.12º47.45%50%-
HSV(B)46.12º64.36%73.73%-
XYZ34.3236.2410.5-
YUV157.7776.78149.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.30%
GREEN value IS 160 (62.89% from 255) = 38.55%
BLUE value IS 67 (26.56% from 255) = 16.14%
R=45.30%
G=38.55%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881606700.150.640.2646.1247.4550
HexBCA0430F401A2e2f32
Octal27424010301710032565762
Binary1011110010100000100001101111100000011010101110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA043; }

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

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

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

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

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

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

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

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