Html Css Color HEX #B09785 Sandrift

📋 copy color: '#B09785'

red 176 ◦ green 151 ◦ blue 133

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

Shades of Sandrift #B09785

Tints of Sandrift #B09785

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.83%

 BLUE value IS 133 (52.34% from 255) = 28.91%

R = 38.26%
G = 32.83%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B09785 (or 0xB09785) is known color: Sandrift. HEX triplet: B0, 97 and 85. RGB value is (176,151,133). Sum of RGB (Red+Green+Blue) = 176+151+133=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 176 - color contains mainly: red. Hex color #B09785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09785 is #4F687A. Grayscale: #9C9C9C. Windows color (decimal): -5204091 or 8755120. OLE color: 8755120.

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

Color convert

RGB 176 151 133 -
CMYK 0 0.14 0.24 0.31
HSL 25.12º 0.21% 0.61% -
HSV(B) 25.12º 0.24% 0.69% -
XYZ 33.2 33.06 26.82 -
YUV 156.42 114.78 141.96 -
System Red Green Blue C M Y K H S L
Decimal 176 151 133 0 0.14 0.24 0.31 25.12 0.21 0.61
Hex B0 97 85 0 E 18 1F 19 15 3D
Octal 260 227 205 0 16 30 37 31 25 75
Binary 10110000 10010111 10000101 0 1110 11000 11111 11001 10101 111101

Color Harmonies of #B09785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09785

Black with #B09785

Text Example


Text Example

White with #B09785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09785; }

 p { color: rgb(176,151,133); }

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

background-color css

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

 a { background-color: rgb(176,151,133); }

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

border-color css

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

 span { border-color: rgb(176,151,133); }

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