Html Css Color HEX #B09483 Sandrift

📋 copy color: '#B09483'

red 176 ◦ green 148 ◦ blue 131

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

Shades of Sandrift #B09483

Tints of Sandrift #B09483

RGB

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

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

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

R = 38.68%
G = 32.53%
B = 28.79%

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

#B09483 (or 0xB09483) is known color: Sandrift. HEX triplet: B0, 94 and 83. RGB value is (176,148,131). Sum of RGB (Red+Green+Blue) = 176+148+131=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 131 (51.56% from 255 or 28.79% from 455); Max value from RGB is 176 - color contains mainly: red. Hex color #B09483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09483 is #4F6B7C. Grayscale: #9A9A9A. Windows color (decimal): -5204861 or 8623280. OLE color: 8623280.

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

Color convert

RGB 176 148 131 -
CMYK 0 0.16 0.26 0.31
HSL 22.67º 0.22% 0.6% -
HSV(B) 22.67º 0.26% 0.69% -
XYZ 32.59 32.05 25.94 -
YUV 154.43 114.78 143.38 -
System Red Green Blue C M Y K H S L
Decimal 176 148 131 0 0.16 0.26 0.31 22.67 0.22 0.6
Hex B0 94 83 0 10 1A 1F 17 16 3C
Octal 260 224 203 0 20 32 37 27 26 74
Binary 10110000 10010100 10000011 0 10000 11010 11111 10111 10110 111100

Color Harmonies of #B09483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09483

Black with #B09483

Text Example


Text Example

White with #B09483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09483; }

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

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

background-color css

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

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

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

border-color css

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

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

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