Html Css Color HEX #B09E61 Gimblet

📋 copy color: '#B09E61'

red 176 ◦ green 158 ◦ blue 97

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

Shades of Gimblet #B09E61

Tints of Gimblet #B09E61

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.66%

 BLUE value IS 97 (38.28% from 255) = 22.51%

R = 40.84%
G = 36.66%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B09E61 (or 0xB09E61) is known color: Gimblet. HEX triplet: B0, 9E and 61. RGB value is (176,158,97). Sum of RGB (Red+Green+Blue) = 176+158+97=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09E61 is #4F619E. Grayscale: #9C9C9C. Windows color (decimal): -5202335 or 6397616. OLE color: 6397616.

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

Color convert

RGB 176 158 97 -
CMYK 0 0.10 0.45 0.31
HSL 46.33º 0.33% 0.54% -
HSV(B) 46.33º 0.45% 0.69% -
XYZ 32.29 34.55 16.28 -
YUV 156.43 94.46 141.96 -
System Red Green Blue C M Y K H S L
Decimal 176 158 97 0 0.10 0.45 0.31 46.33 0.33 0.54
Hex B0 9E 61 0 A 2D 1F 2E 21 36
Octal 260 236 141 0 12 55 37 56 41 66
Binary 10110000 10011110 1100001 0 1010 101101 11111 101110 100001 110110

Color Harmonies of #B09E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09E61

Black with #B09E61

Text Example


Text Example

White with #B09E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09E61; }

 p { color: rgb(176,158,97); }

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

background-color css

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

 a { background-color: rgb(176,158,97); }

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

border-color css

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

 span { border-color: rgb(176,158,97); }

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