Html Css Color HEX #B09584 Sandrift

📋 copy color: '#B09584'

red 176 ◦ green 149 ◦ blue 132

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

Shades of Sandrift #B09584

Tints of Sandrift #B09584

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.6%

 BLUE value IS 132 (51.95% from 255) = 28.88%

R = 38.51%
G = 32.6%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B09584 (or 0xB09584) is known color: Sandrift. HEX triplet: B0, 95 and 84. RGB value is (176,149,132). Sum of RGB (Red+Green+Blue) = 176+149+132=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 176 - color contains mainly: red. Hex color #B09584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09584 is #4F6A7B. Grayscale: #9B9B9B. Windows color (decimal): -5204604 or 8689072. OLE color: 8689072.

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

Color convert

RGB 176 149 132 -
CMYK 0 0.15 0.25 0.31
HSL 23.18º 0.22% 0.6% -
HSV(B) 23.18º 0.25% 0.69% -
XYZ 32.82 32.39 26.35 -
YUV 155.14 114.95 142.88 -
System Red Green Blue C M Y K H S L
Decimal 176 149 132 0 0.15 0.25 0.31 23.18 0.22 0.6
Hex B0 95 84 0 F 19 1F 17 16 3C
Octal 260 225 204 0 17 31 37 27 26 74
Binary 10110000 10010101 10000100 0 1111 11001 11111 10111 10110 111100

Color Harmonies of #B09584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09584

Black with #B09584

Text Example


Text Example

White with #B09584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09584; }

 p { color: rgb(176,149,132); }

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

background-color css

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

 a { background-color: rgb(176,149,132); }

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

border-color css

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

 span { border-color: rgb(176,149,132); }

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