#B3993E

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

Shades of Roti #B3993E

Tints of Roti #B3993E

Color information

#B3993E (or 0xB3993E) is unknown color: approx Roti. HEX triplet: B3, 99 and 3E. RGB value is (179,153,62). Sum of RGB (Red+Green+Blue) = 179+153+62=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 62 (24.61% from 255 or 15.74% from 394); Max value from RGB is 179 - color contains mainly: red. Hex color #B3993E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3993E is #4C66C1. Grayscale: #969696. Windows color (decimal): -5007042 or 4102579. OLE color: 4102579.

HSL color Cylindrical-coordinate representation of color #B3993E: hue angle of 46.67º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B3993E is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB17915362-
CMYK00.150.650.30
HSL46.67º48.55%47.25%-
HSV(B)46.67º65.36%70.2%-
XYZ30.8532.719.25-
YUV150.478.11148.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.43%
GREEN value IS 153 (60.16% from 255) = 38.83%
BLUE value IS 62 (24.61% from 255) = 15.74%
R=45.43%
G=38.83%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791536200.150.650.3046.6748.5547.25
HexB3993E0F411E2f312f
Octal2632317601710136576157
Binary101100111001100111111001111100000111110101111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3993E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3993E; }

 p { color: rgb(179,153,62); }

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

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

 a { background-color: rgb(179,153,62); }

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

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

 span { border-color: rgb(179,153,62); }

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