Html Css Color HEX #B88D74 Sandrift

📋 copy color: '#B88D74'

red 184 ◦ green 141 ◦ blue 116

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

Shades of Sandrift #B88D74

Tints of Sandrift #B88D74

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.97%

 BLUE value IS 116 (45.7% from 255) = 26.3%

R = 41.72%
G = 31.97%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B88D74 (or 0xB88D74) is known color: Sandrift. HEX triplet: B8, 8D and 74. RGB value is (184,141,116). Sum of RGB (Red+Green+Blue) = 184+141+116=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B88D74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88D74 is #47728B. Grayscale: #979797. Windows color (decimal): -4682380 or 7638456. OLE color: 7638456.

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

Color convert

RGB 184 141 116 -
CMYK 0 0.23 0.37 0.28
HSL 22.06º 0.32% 0.59% -
HSV(B) 22.06º 0.37% 0.72% -
XYZ 32.44 30.5 20.7 -
YUV 151.01 108.25 151.53 -
System Red Green Blue C M Y K H S L
Decimal 184 141 116 0 0.23 0.37 0.28 22.06 0.32 0.59
Hex B8 8D 74 0 17 25 1C 16 20 3B
Octal 270 215 164 0 27 45 34 26 40 73
Binary 10111000 10001101 1110100 0 10111 100101 11100 10110 100000 111011

Color Harmonies of #B88D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88D74

Black with #B88D74

Text Example


Text Example

White with #B88D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88D74; }

 p { color: rgb(184,141,116); }

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

background-color css

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

 a { background-color: rgb(184,141,116); }

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

border-color css

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

 span { border-color: rgb(184,141,116); }

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