Html Css Color HEX #B09580 Sandrift

📋 copy color: '#B09580'

red 176 ◦ green 149 ◦ blue 128

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

Shades of Sandrift #B09580

Tints of Sandrift #B09580

RGB

 RED value IS 176 (69.14% from 255) = 38.85%

 GREEN value IS 149 (58.59% from 255) = 32.89%

 BLUE value IS 128 (50.39% from 255) = 28.26%

R = 38.85%
G = 32.89%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B09580 (or 0xB09580) is known color: Sandrift. HEX triplet: B0, 95 and 80. RGB value is (176,149,128). Sum of RGB (Red+Green+Blue) = 176+149+128=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 176 - color contains mainly: red. Hex color #B09580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09580 is #4F6A7F. Grayscale: #9A9A9A. Windows color (decimal): -5204608 or 8426928. OLE color: 8426928.

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

Color convert

RGB 176 149 128 -
CMYK 0 0.15 0.27 0.31
HSL 26.25º 0.23% 0.6% -
HSV(B) 26.25º 0.27% 0.69% -
XYZ 32.55 32.28 24.94 -
YUV 154.68 112.95 143.21 -
System Red Green Blue C M Y K H S L
Decimal 176 149 128 0 0.15 0.27 0.31 26.25 0.23 0.6
Hex B0 95 80 0 F 1B 1F 1A 17 3C
Octal 260 225 200 0 17 33 37 32 27 74
Binary 10110000 10010101 10000000 0 1111 11011 11111 11010 10111 111100

Color Harmonies of #B09580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09580

Black with #B09580

Text Example


Text Example

White with #B09580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09580; }

 p { color: rgb(176,149,128); }

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

background-color css

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

 a { background-color: rgb(176,149,128); }

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

border-color css

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

 span { border-color: rgb(176,149,128); }

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