#BD9C3D

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

Shades of Roti #BD9C3D

Tints of Roti #BD9C3D

Color information

#BD9C3D (or 0xBD9C3D) is unknown color: approx Roti. HEX triplet: BD, 9C and 3D. RGB value is (189,156,61). Sum of RGB (Red+Green+Blue) = 189+156+61=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 61 (24.22% from 255 or 15.02% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9C3D is #4263C2. Grayscale: #9B9B9B. Windows color (decimal): -4350915 or 4037821. OLE color: 4037821.

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

Color convert

RGB18915661-
CMYK00.170.680.26
HSL44.53º51.2%49.02%-
HSV(B)44.53º67.72%74.12%-
XYZ33.7234.939.38-
YUV155.0474.93152.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.55%
GREEN value IS 156 (61.33% from 255) = 38.42%
BLUE value IS 61 (24.22% from 255) = 15.02%
R=46.55%
G=38.42%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891566100.170.680.2644.5351.249.02
HexBD9C3D011441A2d3331
Octal2752347502110432556361
Binary1011110110011100111101010001100010011010101101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9C3D; }

 p { color: rgb(189,156,61); }

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

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

 a { background-color: rgb(189,156,61); }

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

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

 span { border-color: rgb(189,156,61); }

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