#B5993A

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

Shades of Roti #B5993A

Tints of Roti #B5993A

Color information

#B5993A (or 0xB5993A) is unknown color: approx Roti. HEX triplet: B5, 99 and 3A. RGB value is (181,153,58). Sum of RGB (Red+Green+Blue) = 181+153+58=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 58 (23.05% from 255 or 14.80% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B5993A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5993A is #4A66C5. Grayscale: #969696. Windows color (decimal): -4875974 or 3840437. OLE color: 3840437.

HSL color Cylindrical-coordinate representation of color #B5993A: hue angle of 46.34º 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 #B5993A is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB18115358-
CMYK00.150.680.29
HSL46.34º51.46%46.86%-
HSV(B)46.34º67.96%70.98%-
XYZ31.2132.918.71-
YUV150.5475.78149.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.17%
GREEN value IS 153 (60.16% from 255) = 39.03%
BLUE value IS 58 (23.05% from 255) = 14.80%
R=46.17%
G=39.03%
B=14.80%

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
Decimal1811535800.150.680.2946.3451.4646.86
HexB5993A0F441D2e332f
Octal2652317201710435566357
Binary101101011001100111101001111100010011101101110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5993A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5993A; }

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

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

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

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

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

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

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

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