Html Css Color HEX #B29375 Sandrift

📋 copy color: '#B29375'

red 178 ◦ green 147 ◦ blue 117

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

Shades of Sandrift #B29375

Tints of Sandrift #B29375

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.26%

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

R = 40.27%
G = 33.26%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B29375 (or 0xB29375) is known color: Sandrift. HEX triplet: B2, 93 and 75. RGB value is (178,147,117). Sum of RGB (Red+Green+Blue) = 178+147+117=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 147 (57.81% from 255 or 33.26% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 178 - color contains mainly: red. Hex color #B29375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29375 is #4D6C8A. Grayscale: #999999. Windows color (decimal): -5074059 or 7705522. OLE color: 7705522.

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

Color convert

RGB 178 147 117 -
CMYK 0 0.17 0.34 0.30
HSL 29.51º 0.28% 0.58% -
HSV(B) 29.51º 0.34% 0.7% -
XYZ 32 31.62 21.25 -
YUV 152.85 107.77 145.94 -
System Red Green Blue C M Y K H S L
Decimal 178 147 117 0 0.17 0.34 0.30 29.51 0.28 0.58
Hex B2 93 75 0 11 22 1E 1E 1C 3A
Octal 262 223 165 0 21 42 36 36 34 72
Binary 10110010 10010011 1110101 0 10001 100010 11110 11110 11100 111010

Color Harmonies of #B29375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29375

Black with #B29375

Text Example


Text Example

White with #B29375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29375; }

 p { color: rgb(178,147,117); }

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

background-color css

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

 a { background-color: rgb(178,147,117); }

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

border-color css

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

 span { border-color: rgb(178,147,117); }

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