Html Css Color HEX #B69679 Sandrift

📋 copy color: '#B69679'

red 182 ◦ green 150 ◦ blue 121

#B69679
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sandrift #B69679

Tints of Sandrift #B69679

RGB

 RED value IS 182 (71.48% from 255) = 40.18%

 GREEN value IS 150 (58.98% from 255) = 33.11%

 BLUE value IS 121 (47.66% from 255) = 26.71%

R = 40.18%
G = 33.11%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B69679 (or 0xB69679) is known color: Sandrift. HEX triplet: B6, 96 and 79. RGB value is (182,150,121). Sum of RGB (Red+Green+Blue) = 182+150+121=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 121 (47.66% from 255 or 26.71% from 453); Max value from RGB is 182 - color contains mainly: red. Hex color #B69679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69679 is #496986. Grayscale: #9C9C9C. Windows color (decimal): -4811143 or 7968438. OLE color: 7968438.

HSL color Cylindrical-coordinate representation of color #B69679: hue angle of 28.52º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B69679 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 150 121 -
CMYK 0 0.18 0.34 0.29
HSL 28.52º 0.29% 0.59% -
HSV(B) 28.52º 0.34% 0.71% -
XYZ 33.65 33.14 22.71 -
YUV 156.26 108.1 146.36 -
System Red Green Blue C M Y K H S L
Decimal 182 150 121 0 0.18 0.34 0.29 28.52 0.29 0.59
Hex B6 96 79 0 12 22 1D 1D 1D 3B
Octal 266 226 171 0 22 42 35 35 35 73
Binary 10110110 10010110 1111001 0 10010 100010 11101 11101 11101 111011

Color Harmonies of #B69679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69679

Black with #B69679

Text Example


Text Example

White with #B69679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69679; }

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

 H1.HeaderClassName
 {
   color: #B69679;
 }
 .AnyTagClassName
 {
   color: #B69679;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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