Html Css Color HEX #B68A6D Sandrift

📋 copy color: '#B68A6D'

red 182 ◦ green 138 ◦ blue 109

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

Shades of Sandrift #B68A6D

Tints of Sandrift #B68A6D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.17%

 BLUE value IS 109 (42.97% from 255) = 25.41%

R = 42.42%
G = 32.17%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B68A6D (or 0xB68A6D) is known color: Sandrift. HEX triplet: B6, 8A and 6D. RGB value is (182,138,109). Sum of RGB (Red+Green+Blue) = 182+138+109=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68A6D is #497592. Grayscale: #949494. Windows color (decimal): -4814227 or 7178934. OLE color: 7178934.

HSL color Cylindrical-coordinate representation of color #B68A6D: hue angle of 23.84º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B68A6D is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 138 109 -
CMYK 0 0.24 0.40 0.29
HSL 23.84º 0.33% 0.57% -
HSV(B) 23.84º 0.4% 0.71% -
XYZ 31.14 29.23 18.47 -
YUV 147.85 106.08 152.36 -
System Red Green Blue C M Y K H S L
Decimal 182 138 109 0 0.24 0.40 0.29 23.84 0.33 0.57
Hex B6 8A 6D 0 18 28 1D 18 21 39
Octal 266 212 155 0 30 50 35 30 41 71
Binary 10110110 10001010 1101101 0 11000 101000 11101 11000 100001 111001

Color Harmonies of #B68A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68A6D

Black with #B68A6D

Text Example


Text Example

White with #B68A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68A6D; }

 p { color: rgb(182,138,109); }

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

background-color css

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

 a { background-color: rgb(182,138,109); }

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

border-color css

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

 span { border-color: rgb(182,138,109); }

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