#B69149

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

Shades of Roti #B69149

Tints of Roti #B69149

Color information

#B69149 (or 0xB69149) is unknown color: approx Roti. HEX triplet: B6, 91 and 49. RGB value is (182,145,73). Sum of RGB (Red+Green+Blue) = 182+145+73=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B69149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69149 is #496EB6. Grayscale: #949494. Windows color (decimal): -4812471 or 4821430. OLE color: 4821430.

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

Color convert

RGB18214573-
CMYK00.200.600.29
HSL39.63º42.75%50%-
HSV(B)39.63º59.89%71.37%-
XYZ30.6230.6810.61-
YUV147.8585.76152.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.5%
GREEN value IS 145 (57.03% from 255) = 36.25%
BLUE value IS 73 (28.91% from 255) = 18.25%
R=45.5%
G=36.25%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821457300.200.600.2939.6342.7550
HexB691490143C1D282b32
Octal2662211110247435505362
Binary1011011010010001100100101010011110011101101000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69149; }

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

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

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

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

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

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

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

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