Html Css Color HEX #B08F73 Sandrift

📋 copy color: '#B08F73'

red 176 ◦ green 143 ◦ blue 115

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

Shades of Sandrift #B08F73

Tints of Sandrift #B08F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.5%

R = 40.55%
G = 32.95%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B08F73 (or 0xB08F73) is known color: Sandrift. HEX triplet: B0, 8F and 73. RGB value is (176,143,115). Sum of RGB (Red+Green+Blue) = 176+143+115=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08F73 is #4F708C. Grayscale: #959595. Windows color (decimal): -5206157 or 7573424. OLE color: 7573424.

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

Color convert

RGB 176 143 115 -
CMYK 0 0.19 0.35 0.31
HSL 27.54º 0.28% 0.57% -
HSV(B) 27.54º 0.35% 0.69% -
XYZ 30.82 30.11 20.41 -
YUV 149.68 108.43 146.78 -
System Red Green Blue C M Y K H S L
Decimal 176 143 115 0 0.19 0.35 0.31 27.54 0.28 0.57
Hex B0 8F 73 0 13 23 1F 1C 1C 39
Octal 260 217 163 0 23 43 37 34 34 71
Binary 10110000 10001111 1110011 0 10011 100011 11111 11100 11100 111001

Color Harmonies of #B08F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08F73

Black with #B08F73

Text Example


Text Example

White with #B08F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08F73; }

 p { color: rgb(176,143,115); }

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

background-color css

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

 a { background-color: rgb(176,143,115); }

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

border-color css

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

 span { border-color: rgb(176,143,115); }

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