#B9973D

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

Shades of Roti #B9973D

Tints of Roti #B9973D

Color information

#B9973D (or 0xB9973D) is unknown color: approx Roti. HEX triplet: B9, 97 and 3D. RGB value is (185,151,61). Sum of RGB (Red+Green+Blue) = 185+151+61=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 61 (24.22% from 255 or 15.37% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B9973D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9973D is #4668C2. Grayscale: #979797. Windows color (decimal): -4614339 or 4036537. OLE color: 4036537.

HSL color Cylindrical-coordinate representation of color #B9973D: hue angle of 43.55º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B9973D is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB18515161-
CMYK00.180.670.27
HSL43.55º50.41%48.24%-
HSV(B)43.55º67.03%72.55%-
XYZ31.9232.789.06-
YUV150.9177.26152.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.60%
GREEN value IS 151 (59.38% from 255) = 38.04%
BLUE value IS 61 (24.22% from 255) = 15.37%
R=46.60%
G=38.04%
B=15.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851516100.180.670.2743.5550.4148.24
HexB9973D012431B2c3230
Octal2712277502210333546260
Binary1011100110010111111101010010100001111011101100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9973D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9973D; }

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

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

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

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

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

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

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

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