#B69A40

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

Shades of Roti #B69A40

Tints of Roti #B69A40

Color information

#B69A40 (or 0xB69A40) is unknown color: approx Roti. HEX triplet: B6, 9A and 40. RGB value is (182,154,64). Sum of RGB (Red+Green+Blue) = 182+154+64=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B69A40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69A40 is #4965BF. Grayscale: #989898. Windows color (decimal): -4810176 or 4233910. OLE color: 4233910.

HSL color Cylindrical-coordinate representation of color #B69A40: hue angle of 45.76º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B69A40 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB18215464-
CMYK00.150.650.29
HSL45.76º47.97%48.24%-
HSV(B)45.76º64.84%71.37%-
XYZ31.7733.439.63-
YUV152.1178.28149.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.5%
GREEN value IS 154 (60.55% from 255) = 38.5%
BLUE value IS 64 (25.39% from 255) = 16%
R=45.5%
G=38.5%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821546400.150.650.2945.7647.9748.24
HexB69A400F411D2e3030
Octal26623210001710135566060
Binary1011011010011010100000001111100000111101101110110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69A40; }

 p { color: rgb(182,154,64); }

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

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

 a { background-color: rgb(182,154,64); }

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

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

 span { border-color: rgb(182,154,64); }

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