#BD963F

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

Shades of Roti #BD963F

Tints of Roti #BD963F

Color information

#BD963F (or 0xBD963F) is unknown color: approx Roti. HEX triplet: BD, 96 and 3F. RGB value is (189,150,63). Sum of RGB (Red+Green+Blue) = 189+150+63=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 63 (25% from 255 or 15.67% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD963F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD963F is #4269C0. Grayscale: #989898. Windows color (decimal): -4352449 or 4167357. OLE color: 4167357.

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

Color convert

RGB18915063-
CMYK00.210.670.26
HSL41.43º50%49.41%-
HSV(B)41.43º66.67%74.12%-
XYZ32.7932.999.34-
YUV151.7477.92154.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.01%
GREEN value IS 150 (58.98% from 255) = 37.31%
BLUE value IS 63 (25% from 255) = 15.67%
R=47.01%
G=37.31%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891506300.210.670.2641.435049.41
HexBD963F015431A293231
Octal2752267702510332516261
Binary1011110110010110111111010101100001111010101001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD963F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD963F; }

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

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

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

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

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

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

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

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