Html Css Color HEX #B19375 Sandrift

📋 copy color: '#B19375'

red 177 ◦ green 147 ◦ blue 117

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

Shades of Sandrift #B19375

Tints of Sandrift #B19375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.53%

R = 40.14%
G = 33.33%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B19375 (or 0xB19375) is known color: Sandrift. HEX triplet: B1, 93 and 75. RGB value is (177,147,117). Sum of RGB (Red+Green+Blue) = 177+147+117=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B19375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19375 is #4E6C8A. Grayscale: #989898. Windows color (decimal): -5139595 or 7705521. OLE color: 7705521.

HSL color Cylindrical-coordinate representation of color #B19375: hue angle of 30º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B19375 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 147 117 -
CMYK 0 0.17 0.34 0.31
HSL 30º 0.28% 0.58% -
HSV(B) 30º 0.34% 0.69% -
XYZ 31.78 31.5 21.23 -
YUV 152.55 107.94 145.44 -
System Red Green Blue C M Y K H S L
Decimal 177 147 117 0 0.17 0.34 0.31 30 0.28 0.58
Hex B1 93 75 0 11 22 1F 1E 1C 3A
Octal 261 223 165 0 21 42 37 36 34 72
Binary 10110001 10010011 1110101 0 10001 100010 11111 11110 11100 111010

Color Harmonies of #B19375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19375

Black with #B19375

Text Example


Text Example

White with #B19375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19375; }

 p { color: rgb(177,147,117); }

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

background-color css

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

 a { background-color: rgb(177,147,117); }

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

border-color css

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

 span { border-color: rgb(177,147,117); }

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