Html Css Color HEX #B09183 Sandrift

📋 copy color: '#B09183'

red 176 ◦ green 145 ◦ blue 131

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

Shades of Sandrift #B09183

Tints of Sandrift #B09183

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.08%

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

R = 38.94%
G = 32.08%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B09183 (or 0xB09183) is known color: Sandrift. HEX triplet: B0, 91 and 83. RGB value is (176,145,131). Sum of RGB (Red+Green+Blue) = 176+145+131=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B09183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09183 is #4F6E7C. Grayscale: #989898. Windows color (decimal): -5205629 or 8622512. OLE color: 8622512.

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

Color convert

RGB 176 145 131 -
CMYK 0 0.18 0.26 0.31
HSL 18.67º 0.22% 0.6% -
HSV(B) 18.67º 0.26% 0.69% -
XYZ 32.13 31.12 25.79 -
YUV 152.67 115.77 144.64 -
System Red Green Blue C M Y K H S L
Decimal 176 145 131 0 0.18 0.26 0.31 18.67 0.22 0.6
Hex B0 91 83 0 12 1A 1F 13 16 3C
Octal 260 221 203 0 22 32 37 23 26 74
Binary 10110000 10010001 10000011 0 10010 11010 11111 10011 10110 111100

Color Harmonies of #B09183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09183

Black with #B09183

Text Example


Text Example

White with #B09183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09183; }

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

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

background-color css

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

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

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

border-color css

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

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

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