Html Css Color HEX #B88A6D Sandrift

📋 copy color: '#B88A6D'

red 184 ◦ green 138 ◦ blue 109

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

Shades of Sandrift #B88A6D

Tints of Sandrift #B88A6D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.02%

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

R = 42.69%
G = 32.02%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B88A6D (or 0xB88A6D) is known color: Sandrift. HEX triplet: B8, 8A and 6D. RGB value is (184,138,109). Sum of RGB (Red+Green+Blue) = 184+138+109=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88A6D is #477592. Grayscale: #949494. Windows color (decimal): -4683155 or 7178936. OLE color: 7178936.

HSL color Cylindrical-coordinate representation of color #B88A6D: hue angle of 23.2º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B88A6D is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 138 109 -
CMYK 0 0.25 0.41 0.28
HSL 23.2º 0.35% 0.57% -
HSV(B) 23.2º 0.41% 0.72% -
XYZ 31.62 29.47 18.49 -
YUV 148.45 105.74 153.36 -
System Red Green Blue C M Y K H S L
Decimal 184 138 109 0 0.25 0.41 0.28 23.2 0.35 0.57
Hex B8 8A 6D 0 19 29 1C 17 23 39
Octal 270 212 155 0 31 51 34 27 43 71
Binary 10111000 10001010 1101101 0 11001 101001 11100 10111 100011 111001

Color Harmonies of #B88A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88A6D

Black with #B88A6D

Text Example


Text Example

White with #B88A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88A6D; }

 p { color: rgb(184,138,109); }

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

background-color css

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

 a { background-color: rgb(184,138,109); }

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

border-color css

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

 span { border-color: rgb(184,138,109); }

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