Html Css Color HEX #B29678 Sandrift

📋 copy color: '#B29678'

red 178 ◦ green 150 ◦ blue 120

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

Shades of Sandrift #B29678

Tints of Sandrift #B29678

RGB

 RED value IS 178 (69.92% from 255) = 39.73%

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

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

R = 39.73%
G = 33.48%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B29678 (or 0xB29678) is known color: Sandrift. HEX triplet: B2, 96 and 78. RGB value is (178,150,120). Sum of RGB (Red+Green+Blue) = 178+150+120=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 178 - color contains mainly: red. Hex color #B29678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29678 is #4D6987. Grayscale: #9B9B9B. Windows color (decimal): -5073288 or 7902898. OLE color: 7902898.

HSL color Cylindrical-coordinate representation of color #B29678: hue angle of 31.03º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B29678 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 150 120 -
CMYK 0 0.16 0.33 0.30
HSL 31.03º 0.27% 0.58% -
HSV(B) 31.03º 0.33% 0.7% -
XYZ 32.66 32.63 22.35 -
YUV 154.95 108.28 144.44 -
System Red Green Blue C M Y K H S L
Decimal 178 150 120 0 0.16 0.33 0.30 31.03 0.27 0.58
Hex B2 96 78 0 10 21 1E 1F 1B 3A
Octal 262 226 170 0 20 41 36 37 33 72
Binary 10110010 10010110 1111000 0 10000 100001 11110 11111 11011 111010

Color Harmonies of #B29678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29678

Black with #B29678

Text Example


Text Example

White with #B29678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29678; }

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

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

background-color css

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

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

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

border-color css

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

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

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