#B5973C

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

Shades of Roti #B5973C

Tints of Roti #B5973C

Color information

#B5973C (or 0xB5973C) is unknown color: approx Roti. HEX triplet: B5, 97 and 3C. RGB value is (181,151,60). Sum of RGB (Red+Green+Blue) = 181+151+60=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 60 (23.83% from 255 or 15.31% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B5973C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5973C is #4A68C3. Grayscale: #959595. Windows color (decimal): -4876484 or 3970997. OLE color: 3970997.

HSL color Cylindrical-coordinate representation of color #B5973C: hue angle of 45.12º degrees, saturation: 0.5, 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 #B5973C is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB18115160-
CMYK00.170.670.29
HSL45.12º50.21%47.25%-
HSV(B)45.12º66.85%70.98%-
XYZ30.9432.288.88-
YUV149.677.44150.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.17%
GREEN value IS 151 (59.38% from 255) = 38.52%
BLUE value IS 60 (23.83% from 255) = 15.31%
R=46.17%
G=38.52%
B=15.31%

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
Decimal1811516000.170.670.2945.1250.2147.25
HexB5973C011431D2d322f
Octal2652277402110335556257
Binary1011010110010111111100010001100001111101101101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5973C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5973C; }

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

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

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

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

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

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

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

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