Html Css Color HEX #B19078 Sandrift

📋 copy color: '#B19078'

red 177 ◦ green 144 ◦ blue 120

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

Shades of Sandrift #B19078

Tints of Sandrift #B19078

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.65%

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

R = 40.14%
G = 32.65%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B19078 (or 0xB19078) is known color: Sandrift. HEX triplet: B1, 90 and 78. RGB value is (177,144,120). Sum of RGB (Red+Green+Blue) = 177+144+120=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B19078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19078 is #4E6F87. Grayscale: #979797. Windows color (decimal): -5140360 or 7901361. OLE color: 7901361.

HSL color Cylindrical-coordinate representation of color #B19078: hue angle of 25.26º 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 #B19078 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 144 120 -
CMYK 0 0.19 0.32 0.31
HSL 25.26º 0.27% 0.58% -
HSV(B) 25.26º 0.32% 0.69% -
XYZ 31.49 30.65 22.03 -
YUV 151.13 110.43 146.45 -
System Red Green Blue C M Y K H S L
Decimal 177 144 120 0 0.19 0.32 0.31 25.26 0.27 0.58
Hex B1 90 78 0 13 20 1F 19 1B 3A
Octal 261 220 170 0 23 40 37 31 33 72
Binary 10110001 10010000 1111000 0 10011 100000 11111 11001 11011 111010

Color Harmonies of #B19078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19078

Black with #B19078

Text Example


Text Example

White with #B19078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19078; }

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

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

background-color css

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

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

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

border-color css

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

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

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