#B0993B

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

Shades of Roti #B0993B

Tints of Roti #B0993B

Color information

#B0993B (or 0xB0993B) is unknown color: approx Roti. HEX triplet: B0, 99 and 3B. RGB value is (176,153,59). Sum of RGB (Red+Green+Blue) = 176+153+59=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 59 (23.44% from 255 or 15.21% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B0993B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0993B is #4F66C4. Grayscale: #959595. Windows color (decimal): -5203653 or 3905968. OLE color: 3905968.

HSL color Cylindrical-coordinate representation of color #B0993B: hue angle of 48.21º degrees, saturation: 0.5, 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 #B0993B is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB17615359-
CMYK00.130.660.31
HSL48.21º49.79%46.08%-
HSV(B)48.21º66.48%69.02%-
XYZ30.0932.338.79-
YUV149.1677.12147.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.36%
GREEN value IS 153 (60.16% from 255) = 39.43%
BLUE value IS 59 (23.44% from 255) = 15.21%
R=45.36%
G=39.43%
B=15.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761535900.130.660.3148.2149.7946.08
HexB0993B0D421F30322e
Octal2602317301510237606256
Binary101100001001100111101101101100001011111110000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0993B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0993B; }

 p { color: rgb(176,153,59); }

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

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

 a { background-color: rgb(176,153,59); }

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

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

 span { border-color: rgb(176,153,59); }

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