Html Css Color HEX #B88F75 Sandrift

📋 copy color: '#B88F75'

red 184 ◦ green 143 ◦ blue 117

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

Shades of Sandrift #B88F75

Tints of Sandrift #B88F75

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.21%

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

R = 41.44%
G = 32.21%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B88F75 (or 0xB88F75) is known color: Sandrift. HEX triplet: B8, 8F and 75. RGB value is (184,143,117). Sum of RGB (Red+Green+Blue) = 184+143+117=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88F75 is #47708A. Grayscale: #989898. Windows color (decimal): -4681867 or 7704504. OLE color: 7704504.

HSL color Cylindrical-coordinate representation of color #B88F75: hue angle of 23.28º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B88F75 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 143 117 -
CMYK 0 0.22 0.36 0.28
HSL 23.28º 0.32% 0.59% -
HSV(B) 23.28º 0.36% 0.72% -
XYZ 32.8 31.12 21.11 -
YUV 152.3 108.08 150.61 -
System Red Green Blue C M Y K H S L
Decimal 184 143 117 0 0.22 0.36 0.28 23.28 0.32 0.59
Hex B8 8F 75 0 16 24 1C 17 20 3B
Octal 270 217 165 0 26 44 34 27 40 73
Binary 10111000 10001111 1110101 0 10110 100100 11100 10111 100000 111011

Color Harmonies of #B88F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88F75

Black with #B88F75

Text Example


Text Example

White with #B88F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88F75; }

 p { color: rgb(184,143,117); }

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

background-color css

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

 a { background-color: rgb(184,143,117); }

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

border-color css

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

 span { border-color: rgb(184,143,117); }

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