#B79A3D

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

Shades of Roti #B79A3D

Tints of Roti #B79A3D

Color information

#B79A3D (or 0xB79A3D) is unknown color: approx Roti. HEX triplet: B7, 9A and 3D. RGB value is (183,154,61). Sum of RGB (Red+Green+Blue) = 183+154+61=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 61 (24.22% from 255 or 15.33% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79A3D is #4865C2. Grayscale: #989898. Windows color (decimal): -4744643 or 4037303. OLE color: 4037303.

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

Color convert

RGB18315461-
CMYK00.160.670.28
HSL45.74º50%47.84%-
HSV(B)45.74º66.67%71.76%-
XYZ31.9333.529.2-
YUV152.0776.61150.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.98%
GREEN value IS 154 (60.55% from 255) = 38.69%
BLUE value IS 61 (24.22% from 255) = 15.33%
R=45.98%
G=38.69%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831546100.160.670.2845.745047.84
HexB79A3D010431C2e3230
Octal2672327502010334566260
Binary1011011110011010111101010000100001111100101110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79A3D; }

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

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

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

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

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

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

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

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