#BD9646

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

Shades of Roti #BD9646

Tints of Roti #BD9646

Color information

#BD9646 (or 0xBD9646) is unknown color: approx Roti. HEX triplet: BD, 96 and 46. RGB value is (189,150,70). Sum of RGB (Red+Green+Blue) = 189+150+70=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 70 (27.73% from 255 or 17.11% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9646 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9646 is #4269B9. Grayscale: #989898. Windows color (decimal): -4352442 or 4626109. OLE color: 4626109.

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

Color convert

RGB18915070-
CMYK00.210.630.26
HSL40.34º47.41%50.78%-
HSV(B)40.34º62.96%74.12%-
XYZ3333.0710.44-
YUV152.5481.42154-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.21%
GREEN value IS 150 (58.98% from 255) = 36.67%
BLUE value IS 70 (27.73% from 255) = 17.11%
R=46.21%
G=36.67%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891507000.210.630.2640.3447.4150.78
HexBD96460153F1A282f33
Octal2752261060257732505763
Binary1011110110010110100011001010111111111010101000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9646; }

 p { color: rgb(189,150,70); }

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

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

 a { background-color: rgb(189,150,70); }

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

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

 span { border-color: rgb(189,150,70); }

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