Html Css Color HEX #B09173 Sandrift

📋 copy color: '#B09173'

red 176 ◦ green 145 ◦ blue 115

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

Shades of Sandrift #B09173

Tints of Sandrift #B09173

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.26%

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

R = 40.37%
G = 33.26%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B09173 (or 0xB09173) is known color: Sandrift. HEX triplet: B0, 91 and 73. RGB value is (176,145,115). Sum of RGB (Red+Green+Blue) = 176+145+115=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B09173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09173 is #4F6E8C. Grayscale: #979797. Windows color (decimal): -5205645 or 7573936. OLE color: 7573936.

HSL color Cylindrical-coordinate representation of color #B09173: hue angle of 29.51º 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 #B09173 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 145 115 -
CMYK 0 0.18 0.35 0.31
HSL 29.51º 0.28% 0.57% -
HSV(B) 29.51º 0.35% 0.69% -
XYZ 31.12 30.72 20.51 -
YUV 150.85 107.77 145.94 -
System Red Green Blue C M Y K H S L
Decimal 176 145 115 0 0.18 0.35 0.31 29.51 0.28 0.57
Hex B0 91 73 0 12 23 1F 1E 1C 39
Octal 260 221 163 0 22 43 37 36 34 71
Binary 10110000 10010001 1110011 0 10010 100011 11111 11110 11100 111001

Color Harmonies of #B09173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09173

Black with #B09173

Text Example


Text Example

White with #B09173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09173; }

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

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

background-color css

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

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

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

border-color css

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

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

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