#B69072

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

Shades of Sandrift #B69072

Tints of Sandrift #B69072

Color information

#B69072 (or 0xB69072) is unknown color: approx Sandrift. HEX triplet: B6, 90 and 72. RGB value is (182,144,114). Sum of RGB (Red+Green+Blue) = 182+144+114=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 182 - color contains mainly: red. Hex color #B69072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69072 is #496F8D. Grayscale: #989898. Windows color (decimal): -4812686 or 7508150. OLE color: 7508150.

HSL color Cylindrical-coordinate representation of color #B69072: hue angle of 26.47º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B69072 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB182144114-
CMYK00.210.370.29
HSL26.47º31.78%58.04%-
HSV(B)26.47º37.36%71.37%-
XYZ32.331.1120.22-
YUV151.94106.59149.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.36%
GREEN value IS 144 (56.64% from 255) = 32.73%
BLUE value IS 114 (44.92% from 255) = 25.91%
R=41.36%
G=32.73%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214411400.210.370.2926.4731.7858.04
HexB69072015251D1a203a
Octal2662201620254535324072
Binary101101101001000011100100101011001011110111010100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69072; }

 p { color: rgb(182,144,114); }

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

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

 a { background-color: rgb(182,144,114); }

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

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

 span { border-color: rgb(182,144,114); }

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