#B2953A

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

Shades of Roti #B2953A

Tints of Roti #B2953A

Color information

#B2953A (or 0xB2953A) is unknown color: approx Roti. HEX triplet: B2, 95 and 3A. RGB value is (178,149,58). Sum of RGB (Red+Green+Blue) = 178+149+58=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 58 (23.05% from 255 or 15.06% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B2953A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2953A is #4D6AC5. Grayscale: #939393. Windows color (decimal): -5073606 or 3839410. OLE color: 3839410.

HSL color Cylindrical-coordinate representation of color #B2953A: hue angle of 45.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2953A is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB17814958-
CMYK00.160.670.30
HSL45.5º50.85%46.27%-
HSV(B)45.5º67.42%69.8%-
XYZ29.8731.278.46-
YUV147.377.61149.9-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.23%
GREEN value IS 149 (58.59% from 255) = 38.70%
BLUE value IS 58 (23.05% from 255) = 15.06%
R=46.23%
G=38.70%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781495800.160.670.3045.550.8546.27
HexB2953A010431E2e332e
Octal2622257202010336566356
Binary1011001010010101111010010000100001111110101110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2953A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2953A; }

 p { color: rgb(178,149,58); }

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

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

 a { background-color: rgb(178,149,58); }

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

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

 span { border-color: rgb(178,149,58); }

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