#B79A38

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

Shades of Roti #B79A38

Tints of Roti #B79A38

Color information

#B79A38 (or 0xB79A38) is unknown color: approx Roti. HEX triplet: B7, 9A and 38. RGB value is (183,154,56). Sum of RGB (Red+Green+Blue) = 183+154+56=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 56 (22.27% from 255 or 14.25% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79A38 is #4865C7. Grayscale: #979797. Windows color (decimal): -4744648 or 3709623. OLE color: 3709623.

HSL color Cylindrical-coordinate representation of color #B79A38: hue angle of 46.3º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B79A38 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB18315456-
CMYK00.160.690.28
HSL46.3º53.14%46.86%-
HSV(B)46.3º69.4%71.76%-
XYZ31.833.468.52-
YUV151.574.11150.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.56%
GREEN value IS 154 (60.55% from 255) = 39.19%
BLUE value IS 56 (22.27% from 255) = 14.25%
R=46.56%
G=39.19%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831545600.160.690.2846.353.1446.86
HexB79A38010451C2e352f
Octal2672327002010534566557
Binary1011011110011010111000010000100010111100101110110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79A38; }

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

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

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

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

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

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

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

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