Html Css Color HEX #B09575 Sandrift

📋 copy color: '#B09575'

red 176 ◦ green 149 ◦ blue 117

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

Shades of Sandrift #B09575

Tints of Sandrift #B09575

RGB

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

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

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

R = 39.82%
G = 33.71%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B09575 (or 0xB09575) is known color: Sandrift. HEX triplet: B0, 95 and 75. RGB value is (176,149,117). Sum of RGB (Red+Green+Blue) = 176+149+117=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 176 - color contains mainly: red. Hex color #B09575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09575 is #4F6A8A. Grayscale: #999999. Windows color (decimal): -5204619 or 7706032. OLE color: 7706032.

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

Color convert

RGB 176 149 117 -
CMYK 0 0.15 0.34 0.31
HSL 32.54º 0.27% 0.57% -
HSV(B) 32.54º 0.34% 0.69% -
XYZ 31.86 32.01 21.33 -
YUV 153.43 107.45 144.1 -
System Red Green Blue C M Y K H S L
Decimal 176 149 117 0 0.15 0.34 0.31 32.54 0.27 0.57
Hex B0 95 75 0 F 22 1F 21 1B 39
Octal 260 225 165 0 17 42 37 41 33 71
Binary 10110000 10010101 1110101 0 1111 100010 11111 100001 11011 111001

Color Harmonies of #B09575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09575

Black with #B09575

Text Example


Text Example

White with #B09575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09575; }

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

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

background-color css

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

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

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

border-color css

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

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

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