#B4993A

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

Shades of Roti #B4993A

Tints of Roti #B4993A

Color information

#B4993A (or 0xB4993A) is unknown color: approx Roti. HEX triplet: B4, 99 and 3A. RGB value is (180,153,58). Sum of RGB (Red+Green+Blue) = 180+153+58=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 58 (23.05% from 255 or 14.83% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B4993A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4993A is #4B66C5. Grayscale: #969696. Windows color (decimal): -4941510 or 3840436. OLE color: 3840436.

HSL color Cylindrical-coordinate representation of color #B4993A: hue angle of 46.72º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B4993A is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB18015358-
CMYK00.150.680.29
HSL46.72º51.26%46.67%-
HSV(B)46.72º67.78%70.59%-
XYZ30.9832.798.7-
YUV150.2475.95149.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.04%
GREEN value IS 153 (60.16% from 255) = 39.13%
BLUE value IS 58 (23.05% from 255) = 14.83%
R=46.04%
G=39.13%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801535800.150.680.2946.7251.2646.67
HexB4993A0F441D2f332f
Octal2642317201710435576357
Binary101101001001100111101001111100010011101101111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4993A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4993A; }

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

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

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

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

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

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

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

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