Html Css Color HEX #B29074 Sandrift

📋 copy color: '#B29074'

red 178 ◦ green 144 ◦ blue 116

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

Shades of Sandrift #B29074

Tints of Sandrift #B29074

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.88%

 BLUE value IS 116 (45.7% from 255) = 26.48%

R = 40.64%
G = 32.88%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B29074 (or 0xB29074) is known color: Sandrift. HEX triplet: B2, 90 and 74. RGB value is (178,144,116). Sum of RGB (Red+Green+Blue) = 178+144+116=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 144 (56.64% from 255 or 32.88% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 178 - color contains mainly: red. Hex color #B29074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29074 is #4D6F8B. Grayscale: #979797. Windows color (decimal): -5074828 or 7639218. OLE color: 7639218.

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

Color convert

RGB 178 144 116 -
CMYK 0 0.19 0.35 0.30
HSL 27.1º 0.29% 0.58% -
HSV(B) 27.1º 0.35% 0.7% -
XYZ 31.49 30.67 20.78 -
YUV 150.97 108.26 147.28 -
System Red Green Blue C M Y K H S L
Decimal 178 144 116 0 0.19 0.35 0.30 27.1 0.29 0.58
Hex B2 90 74 0 13 23 1E 1B 1D 3A
Octal 262 220 164 0 23 43 36 33 35 72
Binary 10110010 10010000 1110100 0 10011 100011 11110 11011 11101 111010

Color Harmonies of #B29074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29074

Black with #B29074

Text Example


Text Example

White with #B29074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29074; }

 p { color: rgb(178,144,116); }

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

background-color css

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

 a { background-color: rgb(178,144,116); }

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

border-color css

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

 span { border-color: rgb(178,144,116); }

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