#B79D3D

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

Shades of Roti #B79D3D

Tints of Roti #B79D3D

Color information

#B79D3D (or 0xB79D3D) is unknown color: approx Roti. HEX triplet: B7, 9D and 3D. RGB value is (183,157,61). Sum of RGB (Red+Green+Blue) = 183+157+61=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 61 (24.22% from 255 or 15.21% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79D3D is #4862C2. Grayscale: #9A9A9A. Windows color (decimal): -4743875 or 4038071. OLE color: 4038071.

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

Color convert

RGB18315761-
CMYK00.140.670.28
HSL47.21º50%47.84%-
HSV(B)47.21º66.67%71.76%-
XYZ32.4334.529.37-
YUV153.8375.61148.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.64%
GREEN value IS 157 (61.72% from 255) = 39.15%
BLUE value IS 61 (24.22% from 255) = 15.21%
R=45.64%
G=39.15%
B=15.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831576100.140.670.2847.215047.84
HexB79D3D0E431C2f3230
Octal2672357501610334576260
Binary101101111001110111110101110100001111100101111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79D3D; }

 p { color: rgb(183,157,61); }

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

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

 a { background-color: rgb(183,157,61); }

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

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

 span { border-color: rgb(183,157,61); }

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