Html Css Color HEX #B09983 Sandrift

📋 copy color: '#B09983'

red 176 ◦ green 153 ◦ blue 131

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

Shades of Sandrift #B09983

Tints of Sandrift #B09983

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.26%

 BLUE value IS 131 (51.56% from 255) = 28.48%

R = 38.26%
G = 33.26%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B09983 (or 0xB09983) is known color: Sandrift. HEX triplet: B0, 99 and 83. RGB value is (176,153,131). Sum of RGB (Red+Green+Blue) = 176+153+131=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 131 (51.56% from 255 or 28.48% from 460); Max value from RGB is 176 - color contains mainly: red. Hex color #B09983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09983 is #4F667C. Grayscale: #9D9D9D. Windows color (decimal): -5203581 or 8624560. OLE color: 8624560.

HSL color Cylindrical-coordinate representation of color #B09983: hue angle of 29.33º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B09983 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 153 131 -
CMYK 0 0.13 0.26 0.31
HSL 29.33º 0.22% 0.6% -
HSV(B) 29.33º 0.26% 0.69% -
XYZ 33.39 33.65 26.21 -
YUV 157.37 113.12 141.29 -
System Red Green Blue C M Y K H S L
Decimal 176 153 131 0 0.13 0.26 0.31 29.33 0.22 0.6
Hex B0 99 83 0 D 1A 1F 1D 16 3C
Octal 260 231 203 0 15 32 37 35 26 74
Binary 10110000 10011001 10000011 0 1101 11010 11111 11101 10110 111100

Color Harmonies of #B09983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09983

Black with #B09983

Text Example


Text Example

White with #B09983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09983; }

 p { color: rgb(176,153,131); }

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

background-color css

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

 a { background-color: rgb(176,153,131); }

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

border-color css

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

 span { border-color: rgb(176,153,131); }

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