#BD973D

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

Shades of Roti #BD973D

Tints of Roti #BD973D

Color information

#BD973D (or 0xBD973D) is unknown color: approx Roti. HEX triplet: BD, 97 and 3D. RGB value is (189,151,61). Sum of RGB (Red+Green+Blue) = 189+151+61=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 61 (24.22% from 255 or 15.21% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD973D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD973D is #4268C2. Grayscale: #989898. Windows color (decimal): -4352195 or 4036541. OLE color: 4036541.

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

Color convert

RGB18915161-
CMYK00.200.680.26
HSL42.19º51.2%49.02%-
HSV(B)42.19º67.72%74.12%-
XYZ32.933.299.11-
YUV152.176.59154.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.13%
GREEN value IS 151 (59.38% from 255) = 37.66%
BLUE value IS 61 (24.22% from 255) = 15.21%
R=47.13%
G=37.66%
B=15.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891516100.200.680.2642.1951.249.02
HexBD973D014441A2a3331
Octal2752277502410432526361
Binary1011110110010111111101010100100010011010101010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD973D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD973D; }

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

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

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

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

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

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

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

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