#B2963B

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

Shades of Roti #B2963B

Tints of Roti #B2963B

Color information

#B2963B (or 0xB2963B) is unknown color: approx Roti. HEX triplet: B2, 96 and 3B. RGB value is (178,150,59). Sum of RGB (Red+Green+Blue) = 178+150+59=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 59 (23.44% from 255 or 15.25% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B2963B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2963B is #4D69C4. Grayscale: #949494. Windows color (decimal): -5073349 or 3905202. OLE color: 3905202.

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

Color convert

RGB17815059-
CMYK00.160.670.30
HSL45.88º50.21%46.47%-
HSV(B)45.88º66.85%69.8%-
XYZ30.0631.598.65-
YUV14877.78149.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.99%
GREEN value IS 150 (58.98% from 255) = 38.76%
BLUE value IS 59 (23.44% from 255) = 15.25%
R=45.99%
G=38.76%
B=15.25%

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
Decimal1781505900.160.670.3045.8850.2146.47
HexB2963B010431E2e322e
Octal2622267302010336566256
Binary1011001010010110111011010000100001111110101110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2963B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2963B; }

 p { color: rgb(178,150,59); }

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

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

 a { background-color: rgb(178,150,59); }

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

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

 span { border-color: rgb(178,150,59); }

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