Html Css Color HEX #B08D75 Sandrift

📋 copy color: '#B08D75'

red 176 ◦ green 141 ◦ blue 117

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

Shades of Sandrift #B08D75

Tints of Sandrift #B08D75

RGB

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

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

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

R = 40.55%
G = 32.49%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B08D75 (or 0xB08D75) is known color: Sandrift. HEX triplet: B0, 8D and 75. RGB value is (176,141,117). Sum of RGB (Red+Green+Blue) = 176+141+117=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08D75 is #4F728A. Grayscale: #949494. Windows color (decimal): -5206667 or 7703984. OLE color: 7703984.

HSL color Cylindrical-coordinate representation of color #B08D75: hue angle of 24.41º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B08D75 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 141 117 -
CMYK 0 0.20 0.34 0.31
HSL 24.41º 0.27% 0.57% -
HSV(B) 24.41º 0.34% 0.69% -
XYZ 30.64 29.56 20.92 -
YUV 148.73 110.1 147.45 -
System Red Green Blue C M Y K H S L
Decimal 176 141 117 0 0.20 0.34 0.31 24.41 0.27 0.57
Hex B0 8D 75 0 14 22 1F 18 1B 39
Octal 260 215 165 0 24 42 37 30 33 71
Binary 10110000 10001101 1110101 0 10100 100010 11111 11000 11011 111001

Color Harmonies of #B08D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08D75

Black with #B08D75

Text Example


Text Example

White with #B08D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08D75; }

 p { color: rgb(176,141,117); }

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

background-color css

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

 a { background-color: rgb(176,141,117); }

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

border-color css

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

 span { border-color: rgb(176,141,117); }

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