Html Css Color HEX #B09478 Sandrift

📋 copy color: '#B09478'

red 176 ◦ green 148 ◦ blue 120

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

Shades of Sandrift #B09478

Tints of Sandrift #B09478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.03%

R = 39.64%
G = 33.33%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B09478 (or 0xB09478) is known color: Sandrift. HEX triplet: B0, 94 and 78. RGB value is (176,148,120). Sum of RGB (Red+Green+Blue) = 176+148+120=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 148 (58.20% from 255 or 33.33% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 176 - color contains mainly: red. Hex color #B09478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09478 is #4F6B87. Grayscale: #999999. Windows color (decimal): -5204872 or 7902384. OLE color: 7902384.

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

Color convert

RGB 176 148 120 -
CMYK 0 0.16 0.32 0.31
HSL 30º 0.26% 0.58% -
HSV(B) 30º 0.32% 0.69% -
XYZ 31.88 31.77 22.22 -
YUV 153.18 109.28 144.28 -
System Red Green Blue C M Y K H S L
Decimal 176 148 120 0 0.16 0.32 0.31 30 0.26 0.58
Hex B0 94 78 0 10 20 1F 1E 1A 3A
Octal 260 224 170 0 20 40 37 36 32 72
Binary 10110000 10010100 1111000 0 10000 100000 11111 11110 11010 111010

Color Harmonies of #B09478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09478

Black with #B09478

Text Example


Text Example

White with #B09478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09478; }

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

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

background-color css

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

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

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

border-color css

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

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

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