#B5973B

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

Shades of Roti #B5973B

Tints of Roti #B5973B

Color information

#B5973B (or 0xB5973B) is unknown color: approx Roti. HEX triplet: B5, 97 and 3B. RGB value is (181,151,59). Sum of RGB (Red+Green+Blue) = 181+151+59=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 59 (23.44% from 255 or 15.09% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B5973B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5973B is #4A68C4. Grayscale: #959595. Windows color (decimal): -4876485 or 3905461. OLE color: 3905461.

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

Color convert

RGB18115159-
CMYK00.170.670.29
HSL45.25º50.83%47.06%-
HSV(B)45.25º67.4%70.98%-
XYZ30.9132.278.74-
YUV149.4876.94150.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.29%
GREEN value IS 151 (59.38% from 255) = 38.62%
BLUE value IS 59 (23.44% from 255) = 15.09%
R=46.29%
G=38.62%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811515900.170.670.2945.2550.8347.06
HexB5973B011431D2d332f
Octal2652277302110335556357
Binary1011010110010111111011010001100001111101101101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5973B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5973B; }

 p { color: rgb(181,151,59); }

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

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

 a { background-color: rgb(181,151,59); }

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

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

 span { border-color: rgb(181,151,59); }

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