#B69074

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

Shades of Sandrift #B69074

Tints of Sandrift #B69074

Color information

#B69074 (or 0xB69074) is unknown color: approx Sandrift. HEX triplet: B6, 90 and 74. RGB value is (182,144,116). Sum of RGB (Red+Green+Blue) = 182+144+116=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 182 - color contains mainly: red. Hex color #B69074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69074 is #496F8B. Grayscale: #989898. Windows color (decimal): -4812684 or 7639222. OLE color: 7639222.

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

Color convert

RGB182144116-
CMYK00.210.360.29
HSL25.45º31.13%58.43%-
HSV(B)25.45º36.26%71.37%-
XYZ32.4231.1520.83-
YUV152.17107.59149.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.18%
GREEN value IS 144 (56.64% from 255) = 32.58%
BLUE value IS 116 (45.70% from 255) = 26.24%
R=41.18%
G=32.58%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214411600.210.360.2925.4531.1358.43
HexB69074015241D191f3a
Octal2662201640254435313772
Binary10110110100100001110100010101100100111011100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69074; }

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

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

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

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

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

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

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

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