Html Css Color HEX #B09F5D Gimblet

📋 copy color: '#B09F5D'

red 176 ◦ green 159 ◦ blue 93

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

Shades of Gimblet #B09F5D

Tints of Gimblet #B09F5D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.15%

 BLUE value IS 93 (36.72% from 255) = 21.73%

R = 41.12%
G = 37.15%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B09F5D (or 0xB09F5D) is known color: Gimblet. HEX triplet: B0, 9F and 5D. RGB value is (176,159,93). Sum of RGB (Red+Green+Blue) = 176+159+93=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09F5D is #4F60A2. Grayscale: #9C9C9C. Windows color (decimal): -5202083 or 6135728. OLE color: 6135728.

HSL color Cylindrical-coordinate representation of color #B09F5D: hue angle of 47.71º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B09F5D is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 159 93 -
CMYK 0 0.10 0.47 0.31
HSL 47.71º 0.34% 0.53% -
HSV(B) 47.71º 0.47% 0.69% -
XYZ 32.28 34.82 15.37 -
YUV 156.56 92.13 141.87 -
System Red Green Blue C M Y K H S L
Decimal 176 159 93 0 0.10 0.47 0.31 47.71 0.34 0.53
Hex B0 9F 5D 0 A 2F 1F 30 22 35
Octal 260 237 135 0 12 57 37 60 42 65
Binary 10110000 10011111 1011101 0 1010 101111 11111 110000 100010 110101

Color Harmonies of #B09F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09F5D

Black with #B09F5D

Text Example


Text Example

White with #B09F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09F5D; }

 p { color: rgb(176,159,93); }

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

background-color css

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

 a { background-color: rgb(176,159,93); }

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

border-color css

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

 span { border-color: rgb(176,159,93); }

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