#B79B3D

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

Shades of Roti #B79B3D

Tints of Roti #B79B3D

Color information

#B79B3D (or 0xB79B3D) is unknown color: approx Roti. HEX triplet: B7, 9B and 3D. RGB value is (183,155,61). Sum of RGB (Red+Green+Blue) = 183+155+61=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 61 (24.22% from 255 or 15.29% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B79B3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79B3D is #4864C2. Grayscale: #999999. Windows color (decimal): -4744387 or 4037559. OLE color: 4037559.

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

Color convert

RGB18315561-
CMYK00.150.670.28
HSL46.23º50%47.84%-
HSV(B)46.23º66.67%71.76%-
XYZ32.0933.859.26-
YUV152.6676.28149.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.86%
GREEN value IS 155 (60.94% from 255) = 38.85%
BLUE value IS 61 (24.22% from 255) = 15.29%
R=45.86%
G=38.85%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831556100.150.670.2846.235047.84
HexB79B3D0F431C2e3230
Octal2672337501710334566260
Binary101101111001101111110101111100001111100101110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79B3D; }

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

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

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

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

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

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

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

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