#B7963E

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

Shades of Roti #B7963E

Tints of Roti #B7963E

Color information

#B7963E (or 0xB7963E) is unknown color: approx Roti. HEX triplet: B7, 96 and 3E. RGB value is (183,150,62). Sum of RGB (Red+Green+Blue) = 183+150+62=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 62 (24.61% from 255 or 15.70% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B7963E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7963E is #4869C1. Grayscale: #969696. Windows color (decimal): -4745666 or 4101815. OLE color: 4101815.

HSL color Cylindrical-coordinate representation of color #B7963E: hue angle of 43.64º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B7963E is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB18315062-
CMYK00.180.660.28
HSL43.64º49.39%48.04%-
HSV(B)43.64º66.12%71.76%-
XYZ31.332.239.13-
YUV149.8478.43151.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.33%
GREEN value IS 150 (58.98% from 255) = 37.97%
BLUE value IS 62 (24.61% from 255) = 15.70%
R=46.33%
G=37.97%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831506200.180.660.2843.6449.3948.04
HexB7963E012421C2c3130
Octal2672267602210234546160
Binary1011011110010110111110010010100001011100101100110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7963E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7963E; }

 p { color: rgb(183,150,62); }

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

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

 a { background-color: rgb(183,150,62); }

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

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

 span { border-color: rgb(183,150,62); }

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