#B69648

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

Shades of Roti #B69648

Tints of Roti #B69648

Color information

#B69648 (or 0xB69648) is unknown color: approx Roti. HEX triplet: B6, 96 and 48. RGB value is (182,150,72). Sum of RGB (Red+Green+Blue) = 182+150+72=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 72 (28.52% from 255 or 17.82% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B69648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69648 is #4969B7. Grayscale: #979797. Windows color (decimal): -4811192 or 4757174. OLE color: 4757174.

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

Color convert

RGB18215072-
CMYK00.180.600.29
HSL42.55º43.31%49.8%-
HSV(B)42.55º60.44%71.37%-
XYZ31.3732.2310.7-
YUV150.6883.6150.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.05%
GREEN value IS 150 (58.98% from 255) = 37.13%
BLUE value IS 72 (28.52% from 255) = 17.82%
R=45.05%
G=37.13%
B=17.82%

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
Decimal1821507200.180.600.2942.5543.3149.8
HexB696480123C1D2b2b32
Octal2662261100227435535362
Binary1011011010010110100100001001011110011101101011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69648; }

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

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

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

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

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

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

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

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