Html Css Color HEX #B09F68 Gimblet

📋 copy color: '#B09F68'

red 176 ◦ green 159 ◦ blue 104

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

Shades of Gimblet #B09F68

Tints of Gimblet #B09F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.69%

R = 40.09%
G = 36.22%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B09F68 (or 0xB09F68) is known color: Gimblet. HEX triplet: B0, 9F and 68. RGB value is (176,159,104). Sum of RGB (Red+Green+Blue) = 176+159+104=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 159 (62.5% from 255 or 36.22% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09F68 is #4F6097. Grayscale: #9E9E9E. Windows color (decimal): -5202072 or 6856624. OLE color: 6856624.

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

Color convert

RGB 176 159 104 -
CMYK 0 0.10 0.41 0.31
HSL 45.83º 0.31% 0.55% -
HSV(B) 45.83º 0.41% 0.69% -
XYZ 32.8 35.03 18.13 -
YUV 157.81 97.63 140.97 -
System Red Green Blue C M Y K H S L
Decimal 176 159 104 0 0.10 0.41 0.31 45.83 0.31 0.55
Hex B0 9F 68 0 A 29 1F 2E 1F 37
Octal 260 237 150 0 12 51 37 56 37 67
Binary 10110000 10011111 1101000 0 1010 101001 11111 101110 11111 110111

Color Harmonies of #B09F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09F68

Black with #B09F68

Text Example


Text Example

White with #B09F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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