Html Css Color HEX #B09383 Sandrift

📋 copy color: '#B09383'

red 176 ◦ green 147 ◦ blue 131

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

Shades of Sandrift #B09383

Tints of Sandrift #B09383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.85%

R = 38.77%
G = 32.38%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B09383 (or 0xB09383) is known color: Sandrift. HEX triplet: B0, 93 and 83. RGB value is (176,147,131). Sum of RGB (Red+Green+Blue) = 176+147+131=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 147 (57.81% from 255 or 32.38% from 454); Blue value is 131 (51.56% from 255 or 28.85% from 454); Max value from RGB is 176 - color contains mainly: red. Hex color #B09383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09383 is #4F6C7C. Grayscale: #999999. Windows color (decimal): -5205117 or 8623024. OLE color: 8623024.

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

Color convert

RGB 176 147 131 -
CMYK 0 0.16 0.26 0.31
HSL 21.33º 0.22% 0.6% -
HSV(B) 21.33º 0.26% 0.69% -
XYZ 32.43 31.74 25.89 -
YUV 153.85 115.11 143.8 -
System Red Green Blue C M Y K H S L
Decimal 176 147 131 0 0.16 0.26 0.31 21.33 0.22 0.6
Hex B0 93 83 0 10 1A 1F 15 16 3C
Octal 260 223 203 0 20 32 37 25 26 74
Binary 10110000 10010011 10000011 0 10000 11010 11111 10101 10110 111100

Color Harmonies of #B09383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09383

Black with #B09383

Text Example


Text Example

White with #B09383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09383; }

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

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

background-color css

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

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

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

border-color css

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

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

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