Html Css Color HEX #B09F5C Gimblet

📋 copy color: '#B09F5C'

red 176 ◦ green 159 ◦ blue 92

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

Shades of Gimblet #B09F5C

Tints of Gimblet #B09F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.55%

R = 41.22%
G = 37.24%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B09F5C (or 0xB09F5C) is known color: Gimblet. HEX triplet: B0, 9F and 5C. RGB value is (176,159,92). Sum of RGB (Red+Green+Blue) = 176+159+92=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09F5C is #4F60A3. Grayscale: #9C9C9C. Windows color (decimal): -5202084 or 6070192. OLE color: 6070192.

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

Color convert

RGB 176 159 92 -
CMYK 0 0.10 0.48 0.31
HSL 47.86º 0.35% 0.53% -
HSV(B) 47.86º 0.48% 0.69% -
XYZ 32.23 34.8 15.14 -
YUV 156.45 91.63 141.95 -
System Red Green Blue C M Y K H S L
Decimal 176 159 92 0 0.10 0.48 0.31 47.86 0.35 0.53
Hex B0 9F 5C 0 A 30 1F 30 23 35
Octal 260 237 134 0 12 60 37 60 43 65
Binary 10110000 10011111 1011100 0 1010 110000 11111 110000 100011 110101

Color Harmonies of #B09F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09F5C

Black with #B09F5C

Text Example


Text Example

White with #B09F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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