Html Css Color HEX #B69472 Sandrift

📋 copy color: '#B69472'

red 182 ◦ green 148 ◦ blue 114

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

Shades of Sandrift #B69472

Tints of Sandrift #B69472

RGB

 RED value IS 182 (71.48% from 255) = 40.99%

 GREEN value IS 148 (58.2% from 255) = 33.33%

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

R = 40.99%
G = 33.33%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B69472 (or 0xB69472) is known color: Sandrift. HEX triplet: B6, 94 and 72. RGB value is (182,148,114). Sum of RGB (Red+Green+Blue) = 182+148+114=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 148 (58.20% from 255 or 33.33% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B69472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69472 is #496B8D. Grayscale: #9A9A9A. Windows color (decimal): -4811662 or 7509174. OLE color: 7509174.

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

Color convert

RGB 182 148 114 -
CMYK 0 0.19 0.37 0.29
HSL 30º 0.32% 0.58% -
HSV(B) 30º 0.37% 0.71% -
XYZ 32.92 32.34 20.43 -
YUV 154.29 105.26 147.76 -
System Red Green Blue C M Y K H S L
Decimal 182 148 114 0 0.19 0.37 0.29 30 0.32 0.58
Hex B6 94 72 0 13 25 1D 1E 20 3A
Octal 266 224 162 0 23 45 35 36 40 72
Binary 10110110 10010100 1110010 0 10011 100101 11101 11110 100000 111010

Color Harmonies of #B69472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69472

Black with #B69472

Text Example


Text Example

White with #B69472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69472; }

 p { color: rgb(182,148,114); }

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

background-color css

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

 a { background-color: rgb(182,148,114); }

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

border-color css

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

 span { border-color: rgb(182,148,114); }

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