Html Css Color HEX #B09384 Sandrift

📋 copy color: '#B09384'

red 176 ◦ green 147 ◦ blue 132

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

Shades of Sandrift #B09384

Tints of Sandrift #B09384

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.31%

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

R = 38.68%
G = 32.31%
B = 29.01%

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

#B09384 (or 0xB09384) is known color: Sandrift. HEX triplet: B0, 93 and 84. RGB value is (176,147,132). Sum of RGB (Red+Green+Blue) = 176+147+132=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 176 - color contains mainly: red. Hex color #B09384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09384 is #4F6C7B. Grayscale: #9A9A9A. Windows color (decimal): -5205116 or 8688560. OLE color: 8688560.

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

Color convert

RGB 176 147 132 -
CMYK 0 0.16 0.25 0.31
HSL 20.45º 0.22% 0.6% -
HSV(B) 20.45º 0.25% 0.69% -
XYZ 32.5 31.76 26.25 -
YUV 153.96 115.61 143.72 -
System Red Green Blue C M Y K H S L
Decimal 176 147 132 0 0.16 0.25 0.31 20.45 0.22 0.6
Hex B0 93 84 0 10 19 1F 14 16 3C
Octal 260 223 204 0 20 31 37 24 26 74
Binary 10110000 10010011 10000100 0 10000 11001 11111 10100 10110 111100

Color Harmonies of #B09384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09384

Black with #B09384

Text Example


Text Example

White with #B09384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09384; }

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

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

background-color css

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

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

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

border-color css

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

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

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