Html Css Color HEX #B38E74 Sandrift

📋 copy color: '#B38E74'

red 179 ◦ green 142 ◦ blue 116

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

Shades of Sandrift #B38E74

Tints of Sandrift #B38E74

RGB

 RED value IS 179 (70.31% from 255) = 40.96%

 GREEN value IS 142 (55.86% from 255) = 32.49%

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

R = 40.96%
G = 32.49%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B38E74 (or 0xB38E74) is known color: Sandrift. HEX triplet: B3, 8E and 74. RGB value is (179,142,116). Sum of RGB (Red+Green+Blue) = 179+142+116=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38E74 is #4C718B. Grayscale: #969696. Windows color (decimal): -5009804 or 7638707. OLE color: 7638707.

HSL color Cylindrical-coordinate representation of color #B38E74: hue angle of 24.76º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B38E74 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 142 116 -
CMYK 0 0.21 0.35 0.30
HSL 24.76º 0.29% 0.58% -
HSV(B) 24.76º 0.35% 0.7% -
XYZ 31.42 30.19 20.69 -
YUV 150.1 108.76 148.61 -
System Red Green Blue C M Y K H S L
Decimal 179 142 116 0 0.21 0.35 0.30 24.76 0.29 0.58
Hex B3 8E 74 0 15 23 1E 19 1D 3A
Octal 263 216 164 0 25 43 36 31 35 72
Binary 10110011 10001110 1110100 0 10101 100011 11110 11001 11101 111010

Color Harmonies of #B38E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38E74

Black with #B38E74

Text Example


Text Example

White with #B38E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38E74; }

 p { color: rgb(179,142,116); }

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

background-color css

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

 a { background-color: rgb(179,142,116); }

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

border-color css

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

 span { border-color: rgb(179,142,116); }

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