Html Css Color HEX #B09178 Sandrift

📋 copy color: '#B09178'

red 176 ◦ green 145 ◦ blue 120

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

Shades of Sandrift #B09178

Tints of Sandrift #B09178

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.88%

 BLUE value IS 120 (47.27% from 255) = 27.21%

R = 39.91%
G = 32.88%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B09178 (or 0xB09178) is known color: Sandrift. HEX triplet: B0, 91 and 78. RGB value is (176,145,120). Sum of RGB (Red+Green+Blue) = 176+145+120=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 176 - color contains mainly: red. Hex color #B09178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09178 is #4F6E87. Grayscale: #979797. Windows color (decimal): -5205640 or 7901616. OLE color: 7901616.

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

Color convert

RGB 176 145 120 -
CMYK 0 0.18 0.32 0.31
HSL 26.79º 0.26% 0.58% -
HSV(B) 26.79º 0.32% 0.69% -
XYZ 31.42 30.84 22.07 -
YUV 151.42 110.27 145.53 -
System Red Green Blue C M Y K H S L
Decimal 176 145 120 0 0.18 0.32 0.31 26.79 0.26 0.58
Hex B0 91 78 0 12 20 1F 1B 1A 3A
Octal 260 221 170 0 22 40 37 33 32 72
Binary 10110000 10010001 1111000 0 10010 100000 11111 11011 11010 111010

Color Harmonies of #B09178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09178

Black with #B09178

Text Example


Text Example

White with #B09178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09178; }

 p { color: rgb(176,145,120); }

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

background-color css

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

 a { background-color: rgb(176,145,120); }

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

border-color css

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

 span { border-color: rgb(176,145,120); }

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