Html Css Color HEX #B09275 Sandrift

📋 copy color: '#B09275'

red 176 ◦ green 146 ◦ blue 117

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

Shades of Sandrift #B09275

Tints of Sandrift #B09275

RGB

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

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

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

R = 40.09%
G = 33.26%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B09275 (or 0xB09275) is known color: Sandrift. HEX triplet: B0, 92 and 75. RGB value is (176,146,117). Sum of RGB (Red+Green+Blue) = 176+146+117=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 146 (57.42% from 255 or 33.26% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B09275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09275 is #4F6D8A. Grayscale: #979797. Windows color (decimal): -5205387 or 7705264. OLE color: 7705264.

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

Color convert

RGB 176 146 117 -
CMYK 0 0.17 0.34 0.31
HSL 29.49º 0.27% 0.57% -
HSV(B) 29.49º 0.34% 0.69% -
XYZ 31.39 31.07 21.17 -
YUV 151.66 108.44 145.36 -
System Red Green Blue C M Y K H S L
Decimal 176 146 117 0 0.17 0.34 0.31 29.49 0.27 0.57
Hex B0 92 75 0 11 22 1F 1D 1B 39
Octal 260 222 165 0 21 42 37 35 33 71
Binary 10110000 10010010 1110101 0 10001 100010 11111 11101 11011 111001

Color Harmonies of #B09275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09275

Black with #B09275

Text Example


Text Example

White with #B09275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09275; }

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

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

background-color css

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

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

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

border-color css

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

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

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