Html Css Color HEX #B68C77 Sandrift

📋 copy color: '#B68C77'

red 182 ◦ green 140 ◦ blue 119

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

Shades of Sandrift #B68C77

Tints of Sandrift #B68C77

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.75%

 BLUE value IS 119 (46.88% from 255) = 26.98%

R = 41.27%
G = 31.75%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B68C77 (or 0xB68C77) is known color: Sandrift. HEX triplet: B6, 8C and 77. RGB value is (182,140,119). Sum of RGB (Red+Green+Blue) = 182+140+119=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68C77 is #497388. Grayscale: #969696. Windows color (decimal): -4813705 or 7834806. OLE color: 7834806.

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

Color convert

RGB 182 140 119 -
CMYK 0 0.23 0.35 0.29
HSL 20º 0.3% 0.59% -
HSV(B) 20º 0.35% 0.71% -
XYZ 32 30.03 21.56 -
YUV 150.16 110.41 150.71 -
System Red Green Blue C M Y K H S L
Decimal 182 140 119 0 0.23 0.35 0.29 20 0.3 0.59
Hex B6 8C 77 0 17 23 1D 14 1E 3B
Octal 266 214 167 0 27 43 35 24 36 73
Binary 10110110 10001100 1110111 0 10111 100011 11101 10100 11110 111011

Color Harmonies of #B68C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68C77

Black with #B68C77

Text Example


Text Example

White with #B68C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68C77; }

 p { color: rgb(182,140,119); }

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

background-color css

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

 a { background-color: rgb(182,140,119); }

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

border-color css

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

 span { border-color: rgb(182,140,119); }

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