Html Css Color HEX #B09484 Sandrift

📋 copy color: '#B09484'

red 176 ◦ green 148 ◦ blue 132

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

Shades of Sandrift #B09484

Tints of Sandrift #B09484

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.46%

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

R = 38.6%
G = 32.46%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B09484 (or 0xB09484) is known color: Sandrift. HEX triplet: B0, 94 and 84. RGB value is (176,148,132). Sum of RGB (Red+Green+Blue) = 176+148+132=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 176 - color contains mainly: red. Hex color #B09484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09484 is #4F6B7B. Grayscale: #9A9A9A. Windows color (decimal): -5204860 or 8688816. OLE color: 8688816.

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

Color convert

RGB 176 148 132 -
CMYK 0 0.16 0.25 0.31
HSL 21.82º 0.22% 0.6% -
HSV(B) 21.82º 0.25% 0.69% -
XYZ 32.66 32.08 26.3 -
YUV 154.55 115.28 143.3 -
System Red Green Blue C M Y K H S L
Decimal 176 148 132 0 0.16 0.25 0.31 21.82 0.22 0.6
Hex B0 94 84 0 10 19 1F 16 16 3C
Octal 260 224 204 0 20 31 37 26 26 74
Binary 10110000 10010100 10000100 0 10000 11001 11111 10110 10110 111100

Color Harmonies of #B09484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09484

Black with #B09484

Text Example


Text Example

White with #B09484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09484; }

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

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

background-color css

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

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

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

border-color css

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

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

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