#B1993A

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

Shades of Roti #B1993A

Tints of Roti #B1993A

Color information

#B1993A (or 0xB1993A) is unknown color: approx Roti. HEX triplet: B1, 99 and 3A. RGB value is (177,153,58). Sum of RGB (Red+Green+Blue) = 177+153+58=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 58 (23.05% from 255 or 14.95% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B1993A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1993A is #4E66C5. Grayscale: #959595. Windows color (decimal): -5138118 or 3840433. OLE color: 3840433.

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

Color convert

RGB17715358-
CMYK00.140.670.31
HSL47.9º50.64%46.08%-
HSV(B)47.9º67.23%69.41%-
XYZ30.2932.448.67-
YUV149.3576.45147.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.62%
GREEN value IS 153 (60.16% from 255) = 39.43%
BLUE value IS 58 (23.05% from 255) = 14.95%
R=45.62%
G=39.43%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771535800.140.670.3147.950.6446.08
HexB1993A0E431F30332e
Octal2612317201610337606356
Binary101100011001100111101001110100001111111110000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1993A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1993A; }

 p { color: rgb(177,153,58); }

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

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

 a { background-color: rgb(177,153,58); }

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

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

 span { border-color: rgb(177,153,58); }

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