#B9973A

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

Shades of Roti #B9973A

Tints of Roti #B9973A

Color information

#B9973A (or 0xB9973A) is unknown color: approx Roti. HEX triplet: B9, 97 and 3A. RGB value is (185,151,58). Sum of RGB (Red+Green+Blue) = 185+151+58=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 58 (23.05% from 255 or 14.72% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B9973A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9973A is #4668C5. Grayscale: #969696. Windows color (decimal): -4614342 or 3839929. OLE color: 3839929.

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

Color convert

RGB18515158-
CMYK00.180.690.27
HSL43.94º52.26%47.65%-
HSV(B)43.94º68.65%72.55%-
XYZ31.8432.758.65-
YUV150.5675.76152.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.95%
GREEN value IS 151 (59.38% from 255) = 38.32%
BLUE value IS 58 (23.05% from 255) = 14.72%
R=46.95%
G=38.32%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851515800.180.690.2743.9452.2647.65
HexB9973A012451B2c3430
Octal2712277202210533546460
Binary1011100110010111111010010010100010111011101100110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9973A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9973A; }

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

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

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

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

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

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

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

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