Html Css Color HEX #B19273 Sandrift

📋 copy color: '#B19273'

red 177 ◦ green 146 ◦ blue 115

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

Shades of Sandrift #B19273

Tints of Sandrift #B19273

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.33%

 BLUE value IS 115 (45.31% from 255) = 26.26%

R = 40.41%
G = 33.33%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B19273 (or 0xB19273) is known color: Sandrift. HEX triplet: B1, 92 and 73. RGB value is (177,146,115). Sum of RGB (Red+Green+Blue) = 177+146+115=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 177 - color contains mainly: red. Hex color #B19273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19273 is #4E6D8C. Grayscale: #979797. Windows color (decimal): -5139853 or 7574193. OLE color: 7574193.

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

Color convert

RGB 177 146 115 -
CMYK 0 0.18 0.35 0.31
HSL 30º 0.28% 0.57% -
HSV(B) 30º 0.35% 0.69% -
XYZ 31.5 31.14 20.57 -
YUV 151.74 107.27 146.02 -
System Red Green Blue C M Y K H S L
Decimal 177 146 115 0 0.18 0.35 0.31 30 0.28 0.57
Hex B1 92 73 0 12 23 1F 1E 1C 39
Octal 261 222 163 0 22 43 37 36 34 71
Binary 10110001 10010010 1110011 0 10010 100011 11111 11110 11100 111001

Color Harmonies of #B19273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19273

Black with #B19273

Text Example


Text Example

White with #B19273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19273; }

 p { color: rgb(177,146,115); }

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

background-color css

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

 a { background-color: rgb(177,146,115); }

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

border-color css

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

 span { border-color: rgb(177,146,115); }

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