Html Css Color HEX #B88C72 Sandrift

📋 copy color: '#B88C72'

red 184 ◦ green 140 ◦ blue 114

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

Shades of Sandrift #B88C72

Tints of Sandrift #B88C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.03%

R = 42.01%
G = 31.96%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B88C72 (or 0xB88C72) is known color: Sandrift. HEX triplet: B8, 8C and 72. RGB value is (184,140,114). Sum of RGB (Red+Green+Blue) = 184+140+114=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 184 - color contains mainly: red. Hex color #B88C72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88C72 is #47738D. Grayscale: #969696. Windows color (decimal): -4682638 or 7507128. OLE color: 7507128.

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

Color convert

RGB 184 140 114 -
CMYK 0 0.24 0.38 0.28
HSL 22.29º 0.33% 0.58% -
HSV(B) 22.29º 0.38% 0.72% -
XYZ 32.18 30.16 20.05 -
YUV 150.19 107.58 152.11 -
System Red Green Blue C M Y K H S L
Decimal 184 140 114 0 0.24 0.38 0.28 22.29 0.33 0.58
Hex B8 8C 72 0 18 26 1C 16 21 3A
Octal 270 214 162 0 30 46 34 26 41 72
Binary 10111000 10001100 1110010 0 11000 100110 11100 10110 100001 111010

Color Harmonies of #B88C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88C72

Black with #B88C72

Text Example


Text Example

White with #B88C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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