Html Css Color HEX #B68C75 Sandrift

📋 copy color: '#B68C75'

red 182 ◦ green 140 ◦ blue 117

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

Shades of Sandrift #B68C75

Tints of Sandrift #B68C75

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.89%

 BLUE value IS 117 (46.09% from 255) = 26.65%

R = 41.46%
G = 31.89%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B68C75 (or 0xB68C75) is known color: Sandrift. HEX triplet: B6, 8C and 75. RGB value is (182,140,117). Sum of RGB (Red+Green+Blue) = 182+140+117=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68C75 is #49738A. Grayscale: #969696. Windows color (decimal): -4813707 or 7703734. OLE color: 7703734.

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

Color convert

RGB 182 140 117 -
CMYK 0 0.23 0.36 0.29
HSL 21.23º 0.31% 0.59% -
HSV(B) 21.23º 0.36% 0.71% -
XYZ 31.88 29.99 20.94 -
YUV 149.94 109.41 150.87 -
System Red Green Blue C M Y K H S L
Decimal 182 140 117 0 0.23 0.36 0.29 21.23 0.31 0.59
Hex B6 8C 75 0 17 24 1D 15 1F 3B
Octal 266 214 165 0 27 44 35 25 37 73
Binary 10110110 10001100 1110101 0 10111 100100 11101 10101 11111 111011

Color Harmonies of #B68C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68C75

Black with #B68C75

Text Example


Text Example

White with #B68C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68C75; }

 p { color: rgb(182,140,117); }

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

background-color css

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

 a { background-color: rgb(182,140,117); }

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

border-color css

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

 span { border-color: rgb(182,140,117); }

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