Html Css Color HEX #B09675 Sandrift

📋 copy color: '#B09675'

red 176 ◦ green 150 ◦ blue 117

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

Shades of Sandrift #B09675

Tints of Sandrift #B09675

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.86%

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

R = 39.73%
G = 33.86%
B = 26.41%

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

#B09675 (or 0xB09675) is known color: Sandrift. HEX triplet: B0, 96 and 75. RGB value is (176,150,117). Sum of RGB (Red+Green+Blue) = 176+150+117=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 176 - color contains mainly: red. Hex color #B09675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09675 is #4F698A. Grayscale: #9A9A9A. Windows color (decimal): -5204363 or 7706288. OLE color: 7706288.

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

Color convert

RGB 176 150 117 -
CMYK 0 0.15 0.34 0.31
HSL 33.56º 0.27% 0.57% -
HSV(B) 33.56º 0.34% 0.69% -
XYZ 32.02 32.33 21.38 -
YUV 154.01 107.11 143.68 -
System Red Green Blue C M Y K H S L
Decimal 176 150 117 0 0.15 0.34 0.31 33.56 0.27 0.57
Hex B0 96 75 0 F 22 1F 22 1B 39
Octal 260 226 165 0 17 42 37 42 33 71
Binary 10110000 10010110 1110101 0 1111 100010 11111 100010 11011 111001

Color Harmonies of #B09675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09675

Black with #B09675

Text Example


Text Example

White with #B09675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09675; }

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

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

background-color css

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

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

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

border-color css

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

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

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