#B79441

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

Shades of Roti #B79441

Tints of Roti #B79441

Color information

#B79441 (or 0xB79441) is unknown color: approx Roti. HEX triplet: B7, 94 and 41. RGB value is (183,148,65). Sum of RGB (Red+Green+Blue) = 183+148+65=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 183 - color contains mainly: red. Hex color #B79441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79441 is #486BBE. Grayscale: #959595. Windows color (decimal): -4746175 or 4297911. OLE color: 4297911.

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

Color convert

RGB18314865-
CMYK00.190.640.28
HSL42.2º47.58%48.63%-
HSV(B)42.2º64.48%71.76%-
XYZ31.0731.639.47-
YUV14980.6152.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.21%
GREEN value IS 148 (58.20% from 255) = 37.37%
BLUE value IS 65 (25.78% from 255) = 16.41%
R=46.21%
G=37.37%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831486500.190.640.2842.247.5848.63
HexB79441013401C2a3031
Octal26722410102310034526061
Binary10110111100101001000001010011100000011100101010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79441; }

 p { color: rgb(183,148,65); }

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

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

 a { background-color: rgb(183,148,65); }

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

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

 span { border-color: rgb(183,148,65); }

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