#B69549

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

Shades of Roti #B69549

Tints of Roti #B69549

Color information

#B69549 (or 0xB69549) is unknown color: approx Roti. HEX triplet: B6, 95 and 49. RGB value is (182,149,73). Sum of RGB (Red+Green+Blue) = 182+149+73=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B69549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69549 is #496AB6. Grayscale: #969696. Windows color (decimal): -4811447 or 4822454. OLE color: 4822454.

HSL color Cylindrical-coordinate representation of color #B69549: hue angle of 41.83º 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 #B69549 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18214973-
CMYK00.180.600.29
HSL41.83º42.75%50%-
HSV(B)41.83º59.89%71.37%-
XYZ31.2431.9210.82-
YUV150.284.43150.68-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.05%
GREEN value IS 149 (58.59% from 255) = 36.88%
BLUE value IS 73 (28.91% from 255) = 18.07%
R=45.05%
G=36.88%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821497300.180.600.2941.8342.7550
HexB695490123C1D2a2b32
Octal2662251110227435525362
Binary1011011010010101100100101001011110011101101010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69549; }

 p { color: rgb(182,149,73); }

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

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

 a { background-color: rgb(182,149,73); }

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

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

 span { border-color: rgb(182,149,73); }

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