Html Css Color HEX #B88C71 Sandrift

📋 copy color: '#B88C71'

red 184 ◦ green 140 ◦ blue 113

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

Shades of Sandrift #B88C71

Tints of Sandrift #B88C71

RGB

 RED value IS 184 (72.27% from 255) = 42.11%

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

 BLUE value IS 113 (44.53% from 255) = 25.86%

R = 42.11%
G = 32.04%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B88C71 (or 0xB88C71) is known color: Sandrift. HEX triplet: B8, 8C and 71. RGB value is (184,140,113). Sum of RGB (Red+Green+Blue) = 184+140+113=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 184 - color contains mainly: red. Hex color #B88C71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88C71 is #47738E. Grayscale: #969696. Windows color (decimal): -4682639 or 7441592. OLE color: 7441592.

HSL color Cylindrical-coordinate representation of color #B88C71: hue angle of 22.82º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B88C71 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 140 113 -
CMYK 0 0.24 0.39 0.28
HSL 22.82º 0.33% 0.58% -
HSV(B) 22.82º 0.39% 0.72% -
XYZ 32.13 30.14 19.75 -
YUV 150.08 107.08 152.2 -
System Red Green Blue C M Y K H S L
Decimal 184 140 113 0 0.24 0.39 0.28 22.82 0.33 0.58
Hex B8 8C 71 0 18 27 1C 17 21 3A
Octal 270 214 161 0 30 47 34 27 41 72
Binary 10111000 10001100 1110001 0 11000 100111 11100 10111 100001 111010

Color Harmonies of #B88C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88C71

Black with #B88C71

Text Example


Text Example

White with #B88C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88C71; }

 p { color: rgb(184,140,113); }

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

background-color css

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

 a { background-color: rgb(184,140,113); }

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

border-color css

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

 span { border-color: rgb(184,140,113); }

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