Html Css Color HEX #B9B05D Gimblet

📋 copy color: '#B9B05D'

red 185 ◦ green 176 ◦ blue 93

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

Shades of Gimblet #B9B05D

Tints of Gimblet #B9B05D

RGB

 RED value IS 185 (72.66% from 255) = 40.75%

 GREEN value IS 176 (69.14% from 255) = 38.77%

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

R = 40.75%
G = 38.77%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B9B05D (or 0xB9B05D) is known color: Gimblet. HEX triplet: B9, B0 and 5D. RGB value is (185,176,93). Sum of RGB (Red+Green+Blue) = 185+176+93=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B05D is #464FA2. Grayscale: #A9A9A9. Windows color (decimal): -4607907 or 6140089. OLE color: 6140089.

HSL color Cylindrical-coordinate representation of color #B9B05D: hue angle of 54.13º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9B05D is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 176 93 -
CMYK 0 0.05 0.50 0.27
HSL 54.13º 0.4% 0.55% -
HSV(B) 54.13º 0.5% 0.73% -
XYZ 37.51 42.16 16.52 -
YUV 169.23 84.98 139.25 -
System Red Green Blue C M Y K H S L
Decimal 185 176 93 0 0.05 0.50 0.27 54.13 0.4 0.55
Hex B9 B0 5D 0 5 32 1B 36 28 37
Octal 271 260 135 0 5 62 33 66 50 67
Binary 10111001 10110000 1011101 0 101 110010 11011 110110 101000 110111

Color Harmonies of #B9B05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B05D

Black with #B9B05D

Text Example


Text Example

White with #B9B05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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