Html Css Color HEX #B19478 Sandrift

📋 copy color: '#B19478'

red 177 ◦ green 148 ◦ blue 120

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

Shades of Sandrift #B19478

Tints of Sandrift #B19478

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.26%

 BLUE value IS 120 (47.27% from 255) = 26.97%

R = 39.78%
G = 33.26%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B19478 (or 0xB19478) is known color: Sandrift. HEX triplet: B1, 94 and 78. RGB value is (177,148,120). Sum of RGB (Red+Green+Blue) = 177+148+120=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 120 (47.27% from 255 or 26.97% from 445); Max value from RGB is 177 - color contains mainly: red. Hex color #B19478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19478 is #4E6B87. Grayscale: #999999. Windows color (decimal): -5139336 or 7902385. OLE color: 7902385.

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

Color convert

RGB 177 148 120 -
CMYK 0 0.16 0.32 0.31
HSL 29.47º 0.27% 0.58% -
HSV(B) 29.47º 0.32% 0.69% -
XYZ 32.11 31.88 22.23 -
YUV 153.48 109.11 144.78 -
System Red Green Blue C M Y K H S L
Decimal 177 148 120 0 0.16 0.32 0.31 29.47 0.27 0.58
Hex B1 94 78 0 10 20 1F 1D 1B 3A
Octal 261 224 170 0 20 40 37 35 33 72
Binary 10110001 10010100 1111000 0 10000 100000 11111 11101 11011 111010

Color Harmonies of #B19478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19478

Black with #B19478

Text Example


Text Example

White with #B19478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19478; }

 p { color: rgb(177,148,120); }

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

background-color css

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

 a { background-color: rgb(177,148,120); }

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

border-color css

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

 span { border-color: rgb(177,148,120); }

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