#BD9743

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

Shades of Roti #BD9743

Tints of Roti #BD9743

Color information

#BD9743 (or 0xBD9743) is unknown color: approx Roti. HEX triplet: BD, 97 and 43. RGB value is (189,151,67). Sum of RGB (Red+Green+Blue) = 189+151+67=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 67 (26.56% from 255 or 16.46% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9743 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9743 is #4268BC. Grayscale: #999999. Windows color (decimal): -4352189 or 4429757. OLE color: 4429757.

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

Color convert

RGB18915167-
CMYK00.200.650.26
HSL41.31º48.03%50.2%-
HSV(B)41.31º64.55%74.12%-
XYZ33.0733.3610.01-
YUV152.7979.59153.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.44%
GREEN value IS 151 (59.38% from 255) = 37.10%
BLUE value IS 67 (26.56% from 255) = 16.46%
R=46.44%
G=37.10%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891516700.200.650.2641.3148.0350.2
HexBD9743014411A293032
Octal27522710302410132516062
Binary10111101100101111000011010100100000111010101001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9743; }

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

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

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

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

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

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

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

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