Html Css Color HEX #B09678 Sandrift

📋 copy color: '#B09678'

red 176 ◦ green 150 ◦ blue 120

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

Shades of Sandrift #B09678

Tints of Sandrift #B09678

RGB

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

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

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

R = 39.46%
G = 33.63%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B09678 (or 0xB09678) is known color: Sandrift. HEX triplet: B0, 96 and 78. RGB value is (176,150,120). Sum of RGB (Red+Green+Blue) = 176+150+120=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 176 - color contains mainly: red. Hex color #B09678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09678 is #4F6987. Grayscale: #9A9A9A. Windows color (decimal): -5204360 or 7902896. OLE color: 7902896.

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

Color convert

RGB 176 150 120 -
CMYK 0 0.15 0.32 0.31
HSL 32.14º 0.26% 0.58% -
HSV(B) 32.14º 0.32% 0.69% -
XYZ 32.2 32.4 22.33 -
YUV 154.35 108.61 143.44 -
System Red Green Blue C M Y K H S L
Decimal 176 150 120 0 0.15 0.32 0.31 32.14 0.26 0.58
Hex B0 96 78 0 F 20 1F 20 1A 3A
Octal 260 226 170 0 17 40 37 40 32 72
Binary 10110000 10010110 1111000 0 1111 100000 11111 100000 11010 111010

Color Harmonies of #B09678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09678

Black with #B09678

Text Example


Text Example

White with #B09678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09678; }

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

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

background-color css

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

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

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

border-color css

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

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

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