Html Css Color HEX #B09F65 Gimblet

📋 copy color: '#B09F65'

red 176 ◦ green 159 ◦ blue 101

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

Shades of Gimblet #B09F65

Tints of Gimblet #B09F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.17%

R = 40.37%
G = 36.47%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B09F65 (or 0xB09F65) is known color: Gimblet. HEX triplet: B0, 9F and 65. RGB value is (176,159,101). Sum of RGB (Red+Green+Blue) = 176+159+101=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09F65 is #4F609A. Grayscale: #9D9D9D. Windows color (decimal): -5202075 or 6660016. OLE color: 6660016.

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

Color convert

RGB 176 159 101 -
CMYK 0 0.10 0.43 0.31
HSL 46.4º 0.32% 0.54% -
HSV(B) 46.4º 0.43% 0.69% -
XYZ 32.65 34.97 17.34 -
YUV 157.47 96.13 141.22 -
System Red Green Blue C M Y K H S L
Decimal 176 159 101 0 0.10 0.43 0.31 46.4 0.32 0.54
Hex B0 9F 65 0 A 2B 1F 2E 20 36
Octal 260 237 145 0 12 53 37 56 40 66
Binary 10110000 10011111 1100101 0 1010 101011 11111 101110 100000 110110

Color Harmonies of #B09F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09F65

Black with #B09F65

Text Example


Text Example

White with #B09F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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