Html Css Color HEX #B08E7E Sandrift

📋 copy color: '#B08E7E'

red 176 ◦ green 142 ◦ blue 126

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

Shades of Sandrift #B08E7E

Tints of Sandrift #B08E7E

RGB

 RED value IS 176 (69.14% from 255) = 39.64%

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

 BLUE value IS 126 (49.61% from 255) = 28.38%

R = 39.64%
G = 31.98%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B08E7E (or 0xB08E7E) is known color: Sandrift. HEX triplet: B0, 8E and 7E. RGB value is (176,142,126). Sum of RGB (Red+Green+Blue) = 176+142+126=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08E7E is #4F7181. Grayscale: #969696. Windows color (decimal): -5206402 or 8294064. OLE color: 8294064.

HSL color Cylindrical-coordinate representation of color #B08E7E: hue angle of 19.2º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B08E7E is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 142 126 -
CMYK 0 0.19 0.28 0.31
HSL 19.2º 0.24% 0.59% -
HSV(B) 19.2º 0.28% 0.69% -
XYZ 31.34 30.08 23.89 -
YUV 150.34 114.26 146.3 -
System Red Green Blue C M Y K H S L
Decimal 176 142 126 0 0.19 0.28 0.31 19.2 0.24 0.59
Hex B0 8E 7E 0 13 1C 1F 13 18 3B
Octal 260 216 176 0 23 34 37 23 30 73
Binary 10110000 10001110 1111110 0 10011 11100 11111 10011 11000 111011

Color Harmonies of #B08E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08E7E

Black with #B08E7E

Text Example


Text Example

White with #B08E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08E7E; }

 p { color: rgb(176,142,126); }

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

background-color css

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

 a { background-color: rgb(176,142,126); }

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

border-color css

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

 span { border-color: rgb(176,142,126); }

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