#BD9643

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

Shades of Roti #BD9643

Tints of Roti #BD9643

Color information

#BD9643 (or 0xBD9643) is unknown color: approx Roti. HEX triplet: BD, 96 and 43. RGB value is (189,150,67). Sum of RGB (Red+Green+Blue) = 189+150+67=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 67 (26.56% from 255 or 16.50% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9643 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9643 is #4269BC. Grayscale: #989898. Windows color (decimal): -4352445 or 4429501. OLE color: 4429501.

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

Color convert

RGB18915067-
CMYK00.210.650.26
HSL40.82º48.03%50.2%-
HSV(B)40.82º64.55%74.12%-
XYZ32.9133.049.95-
YUV152.279.92154.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.55%
GREEN value IS 150 (58.98% from 255) = 36.95%
BLUE value IS 67 (26.56% from 255) = 16.50%
R=46.55%
G=36.95%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891506700.210.650.2640.8248.0350.2
HexBD9643015411A293032
Octal27522610302510132516062
Binary10111101100101101000011010101100000111010101001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9643; }

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

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

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

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

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

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

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

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