Html Css Color HEX #B29672 Sandrift

📋 copy color: '#B29672'

red 178 ◦ green 150 ◦ blue 114

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

Shades of Sandrift #B29672

Tints of Sandrift #B29672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.79%

R = 40.27%
G = 33.94%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B29672 (or 0xB29672) is known color: Sandrift. HEX triplet: B2, 96 and 72. RGB value is (178,150,114). Sum of RGB (Red+Green+Blue) = 178+150+114=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 178 - color contains mainly: red. Hex color #B29672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29672 is #4D698D. Grayscale: #9A9A9A. Windows color (decimal): -5073294 or 7509682. OLE color: 7509682.

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

Color convert

RGB 178 150 114 -
CMYK 0 0.16 0.36 0.30
HSL 33.75º 0.29% 0.57% -
HSV(B) 33.75º 0.36% 0.7% -
XYZ 32.3 32.49 20.49 -
YUV 154.27 105.28 144.93 -
System Red Green Blue C M Y K H S L
Decimal 178 150 114 0 0.16 0.36 0.30 33.75 0.29 0.57
Hex B2 96 72 0 10 24 1E 22 1D 39
Octal 262 226 162 0 20 44 36 42 35 71
Binary 10110010 10010110 1110010 0 10000 100100 11110 100010 11101 111001

Color Harmonies of #B29672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29672

Black with #B29672

Text Example


Text Example

White with #B29672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29672; }

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

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

background-color css

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

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

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

border-color css

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

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

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