#BD973B

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

Shades of Roti #BD973B

Tints of Roti #BD973B

Color information

#BD973B (or 0xBD973B) is unknown color: approx Roti. HEX triplet: BD, 97 and 3B. RGB value is (189,151,59). Sum of RGB (Red+Green+Blue) = 189+151+59=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 59 (23.44% from 255 or 14.79% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD973B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD973B is #4268C4. Grayscale: #989898. Windows color (decimal): -4352197 or 3905469. OLE color: 3905469.

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

Color convert

RGB18915159-
CMYK00.200.690.26
HSL42.46º52.42%48.63%-
HSV(B)42.46º68.78%74.12%-
XYZ32.8433.278.83-
YUV151.8775.59154.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.37%
GREEN value IS 151 (59.38% from 255) = 37.84%
BLUE value IS 59 (23.44% from 255) = 14.79%
R=47.37%
G=37.84%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891515900.200.690.2642.4652.4248.63
HexBD973B014451A2a3431
Octal2752277302410532526461
Binary1011110110010111111011010100100010111010101010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD973B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD973B; }

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

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

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

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

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

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

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

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