Html Css Color HEX #B68A71 Sandrift

📋 copy color: '#B68A71'

red 182 ◦ green 138 ◦ blue 113

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

Shades of Sandrift #B68A71

Tints of Sandrift #B68A71

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.87%

 BLUE value IS 113 (44.53% from 255) = 26.1%

R = 42.03%
G = 31.87%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B68A71 (or 0xB68A71) is known color: Sandrift. HEX triplet: B6, 8A and 71. RGB value is (182,138,113). Sum of RGB (Red+Green+Blue) = 182+138+113=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68A71 is #49758E. Grayscale: #949494. Windows color (decimal): -4814223 or 7441078. OLE color: 7441078.

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

Color convert

RGB 182 138 113 -
CMYK 0 0.24 0.38 0.29
HSL 21.74º 0.32% 0.58% -
HSV(B) 21.74º 0.38% 0.71% -
XYZ 31.36 29.31 19.63 -
YUV 148.31 108.08 152.03 -
System Red Green Blue C M Y K H S L
Decimal 182 138 113 0 0.24 0.38 0.29 21.74 0.32 0.58
Hex B6 8A 71 0 18 26 1D 16 20 3A
Octal 266 212 161 0 30 46 35 26 40 72
Binary 10110110 10001010 1110001 0 11000 100110 11101 10110 100000 111010

Color Harmonies of #B68A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68A71

Black with #B68A71

Text Example


Text Example

White with #B68A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68A71; }

 p { color: rgb(182,138,113); }

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

background-color css

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

 a { background-color: rgb(182,138,113); }

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

border-color css

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

 span { border-color: rgb(182,138,113); }

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