#B69048

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

Shades of Roti #B69048

Tints of Roti #B69048

Color information

#B69048 (or 0xB69048) is unknown color: approx Roti. HEX triplet: B6, 90 and 48. RGB value is (182,144,72). Sum of RGB (Red+Green+Blue) = 182+144+72=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B69048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69048 is #496FB7. Grayscale: #939393. Windows color (decimal): -4812728 or 4755638. OLE color: 4755638.

HSL color Cylindrical-coordinate representation of color #B69048: hue angle of 39.27º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B69048 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18214472-
CMYK00.210.600.29
HSL39.27º43.31%49.8%-
HSV(B)39.27º60.44%71.37%-
XYZ30.4330.3610.39-
YUV147.1585.59152.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.73%
GREEN value IS 144 (56.64% from 255) = 36.18%
BLUE value IS 72 (28.52% from 255) = 18.09%
R=45.73%
G=36.18%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821447200.210.600.2939.2743.3149.8
HexB690480153C1D272b32
Octal2662201100257435475362
Binary1011011010010000100100001010111110011101100111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69048; }

 p { color: rgb(182,144,72); }

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

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

 a { background-color: rgb(182,144,72); }

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

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

 span { border-color: rgb(182,144,72); }

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