#B9973F

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

Shades of Roti #B9973F

Tints of Roti #B9973F

Color information

#B9973F (or 0xB9973F) is unknown color: approx Roti. HEX triplet: B9, 97 and 3F. RGB value is (185,151,63). Sum of RGB (Red+Green+Blue) = 185+151+63=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 63 (25% from 255 or 15.79% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B9973F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9973F is #4668C0. Grayscale: #979797. Windows color (decimal): -4614337 or 4167609. OLE color: 4167609.

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

Color convert

RGB18515163-
CMYK00.180.660.27
HSL43.28º49.19%48.63%-
HSV(B)43.28º65.95%72.55%-
XYZ31.9732.819.35-
YUV151.1378.26152.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.37%
GREEN value IS 151 (59.38% from 255) = 37.84%
BLUE value IS 63 (25% from 255) = 15.79%
R=46.37%
G=37.84%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851516300.180.660.2743.2849.1948.63
HexB9973F012421B2b3131
Octal2712277702210233536161
Binary1011100110010111111111010010100001011011101011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9973F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9973F; }

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

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

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

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

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

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

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

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