#bc9d38

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

Shades of Roti #BC9D38

Tints of Roti #BC9D38

Color information

#BC9D38 (or 0xBC9D38) is unknown color: approx Roti. HEX triplet: BC, 9D and 38. RGB value is (188,157,56). Sum of RGB (Red+Green+Blue) = 188+157+56=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 56 (22.27% from 255 or 13.97% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9D38 is #4362C7. Grayscale: #9B9B9B. Windows color (decimal): -4416200 or 3710396. OLE color: 3710396.

HSL color Cylindrical-coordinate representation of color #BC9D38: hue angle of 45.91º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC9D38 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB18815756-
CMYK00.160.700.26
HSL45.91º54.1%47.84%-
HSV(B)45.91º70.21%73.73%-
XYZ33.5135.098.75-
YUV154.7672.27151.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.88%
GREEN value IS 157 (61.72% from 255) = 39.15%
BLUE value IS 56 (22.27% from 255) = 13.97%
R=46.88%
G=39.15%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881575600.160.700.2645.9154.147.84
HexBC9D38010461A2e3630
Octal2742357002010632566660
Binary1011110010011101111000010000100011011010101110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc9d38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc9d38; }

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

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

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

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

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

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

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

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