Html Css Color HEX #B09381 Sandrift

📋 copy color: '#B09381'

red 176 ◦ green 147 ◦ blue 129

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

Shades of Sandrift #B09381

Tints of Sandrift #B09381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 28.54%

R = 38.94%
G = 32.52%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B09381 (or 0xB09381) is known color: Sandrift. HEX triplet: B0, 93 and 81. RGB value is (176,147,129). Sum of RGB (Red+Green+Blue) = 176+147+129=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 147 (57.81% from 255 or 32.52% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B09381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09381 is #4F6C7E. Grayscale: #999999. Windows color (decimal): -5205119 or 8491952. OLE color: 8491952.

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

Color convert

RGB 176 147 129 -
CMYK 0 0.16 0.27 0.31
HSL 22.98º 0.23% 0.6% -
HSV(B) 22.98º 0.27% 0.69% -
XYZ 32.3 31.68 25.18 -
YUV 153.62 114.11 143.96 -
System Red Green Blue C M Y K H S L
Decimal 176 147 129 0 0.16 0.27 0.31 22.98 0.23 0.6
Hex B0 93 81 0 10 1B 1F 17 17 3C
Octal 260 223 201 0 20 33 37 27 27 74
Binary 10110000 10010011 10000001 0 10000 11011 11111 10111 10111 111100

Color Harmonies of #B09381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09381

Black with #B09381

Text Example


Text Example

White with #B09381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09381; }

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

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

background-color css

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

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

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

border-color css

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

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

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