#BC9E3D

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

Shades of Roti #BC9E3D

Tints of Roti #BC9E3D

Color information

#BC9E3D (or 0xBC9E3D) is unknown color: approx Roti. HEX triplet: BC, 9E and 3D. RGB value is (188,158,61). Sum of RGB (Red+Green+Blue) = 188+158+61=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 61 (24.22% from 255 or 14.99% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9E3D is #4361C2. Grayscale: #9C9C9C. Windows color (decimal): -4415939 or 4038332. OLE color: 4038332.

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

Color convert

RGB18815861-
CMYK00.160.680.26
HSL45.83º51%48.82%-
HSV(B)45.83º67.55%73.73%-
XYZ33.8135.489.48-
YUV155.9174.44150.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.19%
GREEN value IS 158 (62.11% from 255) = 38.82%
BLUE value IS 61 (24.22% from 255) = 14.99%
R=46.19%
G=38.82%
B=14.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881586100.160.680.2645.835148.82
HexBC9E3D010441A2e3331
Octal2742367502010432566361
Binary1011110010011110111101010000100010011010101110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9E3D; }

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

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

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

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

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

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

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

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