#B69A46

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

Shades of Roti #B69A46

Tints of Roti #B69A46

Color information

#B69A46 (or 0xB69A46) is unknown color: approx Roti. HEX triplet: B6, 9A and 46. RGB value is (182,154,70). Sum of RGB (Red+Green+Blue) = 182+154+70=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 70 (27.73% from 255 or 17.24% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B69A46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69A46 is #4965B9. Grayscale: #999999. Windows color (decimal): -4810170 or 4627126. OLE color: 4627126.

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

Color convert

RGB18215470-
CMYK00.150.620.29
HSL45º44.44%49.41%-
HSV(B)45º61.54%71.37%-
XYZ31.9533.510.58-
YUV152.881.28148.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.83%
GREEN value IS 154 (60.55% from 255) = 37.93%
BLUE value IS 70 (27.73% from 255) = 17.24%
R=44.83%
G=37.93%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821547000.150.620.294544.4449.41
HexB69A460F3E1D2d2c31
Octal2662321060177635555461
Binary101101101001101010001100111111111011101101101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69A46; }

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

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

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

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

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

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

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

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