#B0973C

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

Shades of Roti #B0973C

Tints of Roti #B0973C

Color information

#B0973C (or 0xB0973C) is unknown color: approx Roti. HEX triplet: B0, 97 and 3C. RGB value is (176,151,60). Sum of RGB (Red+Green+Blue) = 176+151+60=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B0973C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0973C is #4F68C3. Grayscale: #949494. Windows color (decimal): -5204164 or 3970992. OLE color: 3970992.

HSL color Cylindrical-coordinate representation of color #B0973C: hue angle of 47.07º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0973C is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB17615160-
CMYK00.140.660.31
HSL47.07º49.15%46.27%-
HSV(B)47.07º65.91%69.02%-
XYZ29.7931.698.82-
YUV148.178.28147.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.48%
GREEN value IS 151 (59.38% from 255) = 39.02%
BLUE value IS 60 (23.83% from 255) = 15.50%
R=45.48%
G=39.02%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761516000.140.660.3147.0749.1546.27
HexB0973C0E421F2f312e
Octal2602277401610237576156
Binary101100001001011111110001110100001011111101111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0973C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0973C; }

 p { color: rgb(176,151,60); }

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

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

 a { background-color: rgb(176,151,60); }

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

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

 span { border-color: rgb(176,151,60); }

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