Html Css Color HEX #B69379 Sandrift

📋 copy color: '#B69379'

red 182 ◦ green 147 ◦ blue 121

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

Shades of Sandrift #B69379

Tints of Sandrift #B69379

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.67%

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

R = 40.44%
G = 32.67%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B69379 (or 0xB69379) is known color: Sandrift. HEX triplet: B6, 93 and 79. RGB value is (182,147,121). Sum of RGB (Red+Green+Blue) = 182+147+121=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 121 (47.66% from 255 or 26.89% from 450); Max value from RGB is 182 - color contains mainly: red. Hex color #B69379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69379 is #496C86. Grayscale: #9A9A9A. Windows color (decimal): -4811911 or 7967670. OLE color: 7967670.

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

Color convert

RGB 182 147 121 -
CMYK 0 0.19 0.34 0.29
HSL 25.57º 0.29% 0.59% -
HSV(B) 25.57º 0.34% 0.71% -
XYZ 33.18 32.19 22.55 -
YUV 154.5 109.1 147.61 -
System Red Green Blue C M Y K H S L
Decimal 182 147 121 0 0.19 0.34 0.29 25.57 0.29 0.59
Hex B6 93 79 0 13 22 1D 1A 1D 3B
Octal 266 223 171 0 23 42 35 32 35 73
Binary 10110110 10010011 1111001 0 10011 100010 11101 11010 11101 111011

Color Harmonies of #B69379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69379

Black with #B69379

Text Example


Text Example

White with #B69379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69379; }

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

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

background-color css

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

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

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

border-color css

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

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

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