Html Css Color HEX #B6937D Sandrift

📋 copy color: '#B6937D'

red 182 ◦ green 147 ◦ blue 125

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

Shades of Sandrift #B6937D

Tints of Sandrift #B6937D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.53%

R = 40.09%
G = 32.38%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B6937D (or 0xB6937D) is known color: Sandrift. HEX triplet: B6, 93 and 7D. RGB value is (182,147,125). Sum of RGB (Red+Green+Blue) = 182+147+125=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 147 (57.81% from 255 or 32.38% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 182 - color contains mainly: red. Hex color #B6937D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6937D is #496C82. Grayscale: #9B9B9B. Windows color (decimal): -4811907 or 8229814. OLE color: 8229814.

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

Color convert

RGB 182 147 125 -
CMYK 0 0.19 0.31 0.29
HSL 23.16º 0.28% 0.6% -
HSV(B) 23.16º 0.31% 0.71% -
XYZ 33.43 32.29 23.87 -
YUV 154.96 111.1 147.29 -
System Red Green Blue C M Y K H S L
Decimal 182 147 125 0 0.19 0.31 0.29 23.16 0.28 0.6
Hex B6 93 7D 0 13 1F 1D 17 1C 3C
Octal 266 223 175 0 23 37 35 27 34 74
Binary 10110110 10010011 1111101 0 10011 11111 11101 10111 11100 111100

Color Harmonies of #B6937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6937D

Black with #B6937D

Text Example


Text Example

White with #B6937D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6937D; }

 p { color: rgb(182,147,125); }

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

background-color css

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

 a { background-color: rgb(182,147,125); }

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

border-color css

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

 span { border-color: rgb(182,147,125); }

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