Html Css Color HEX #B19985 Sandrift

📋 copy color: '#B19985'

red 177 ◦ green 153 ◦ blue 133

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

Shades of Sandrift #B19985

Tints of Sandrift #B19985

RGB

 RED value IS 177 (69.53% from 255) = 38.23%

 GREEN value IS 153 (60.16% from 255) = 33.05%

 BLUE value IS 133 (52.34% from 255) = 28.73%

R = 38.23%
G = 33.05%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B19985 (or 0xB19985) is known color: Sandrift. HEX triplet: B1, 99 and 85. RGB value is (177,153,133). Sum of RGB (Red+Green+Blue) = 177+153+133=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 177 - color contains mainly: red. Hex color #B19985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19985 is #4E667A. Grayscale: #9E9E9E. Windows color (decimal): -5138043 or 8755633. OLE color: 8755633.

HSL color Cylindrical-coordinate representation of color #B19985: hue angle of 27.27º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B19985 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 153 133 -
CMYK 0 0.14 0.25 0.31
HSL 27.27º 0.22% 0.61% -
HSV(B) 27.27º 0.25% 0.69% -
XYZ 33.76 33.82 26.94 -
YUV 157.9 113.95 141.63 -
System Red Green Blue C M Y K H S L
Decimal 177 153 133 0 0.14 0.25 0.31 27.27 0.22 0.61
Hex B1 99 85 0 E 19 1F 1B 16 3D
Octal 261 231 205 0 16 31 37 33 26 75
Binary 10110001 10011001 10000101 0 1110 11001 11111 11011 10110 111101

Color Harmonies of #B19985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19985

Black with #B19985

Text Example


Text Example

White with #B19985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19985; }

 p { color: rgb(177,153,133); }

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

background-color css

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

 a { background-color: rgb(177,153,133); }

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

border-color css

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

 span { border-color: rgb(177,153,133); }

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