Html Css Color HEX #B68E6D Sandrift

📋 copy color: '#B68E6D'

red 182 ◦ green 142 ◦ blue 109

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

Shades of Sandrift #B68E6D

Tints of Sandrift #B68E6D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.79%

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

R = 42.03%
G = 32.79%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B68E6D (or 0xB68E6D) is known color: Sandrift. HEX triplet: B6, 8E and 6D. RGB value is (182,142,109). Sum of RGB (Red+Green+Blue) = 182+142+109=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68E6D is #497192. Grayscale: #969696. Windows color (decimal): -4813203 or 7179958. OLE color: 7179958.

HSL color Cylindrical-coordinate representation of color #B68E6D: hue angle of 27.12º 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 #B68E6D is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 142 109 -
CMYK 0 0.22 0.40 0.29
HSL 27.12º 0.33% 0.57% -
HSV(B) 27.12º 0.4% 0.71% -
XYZ 31.72 30.4 18.66 -
YUV 150.2 104.75 150.68 -
System Red Green Blue C M Y K H S L
Decimal 182 142 109 0 0.22 0.40 0.29 27.12 0.33 0.57
Hex B6 8E 6D 0 16 28 1D 1B 21 39
Octal 266 216 155 0 26 50 35 33 41 71
Binary 10110110 10001110 1101101 0 10110 101000 11101 11011 100001 111001

Color Harmonies of #B68E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68E6D

Black with #B68E6D

Text Example


Text Example

White with #B68E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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