Html Css Color HEX #B9B15D Gimblet

📋 copy color: '#B9B15D'

red 185 ◦ green 177 ◦ blue 93

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

Shades of Gimblet #B9B15D

Tints of Gimblet #B9B15D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.9%

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

R = 40.66%
G = 38.9%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B9B15D (or 0xB9B15D) is known color: Gimblet. HEX triplet: B9, B1 and 5D. RGB value is (185,177,93). Sum of RGB (Red+Green+Blue) = 185+177+93=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 93 (36.72% from 255 or 20.44% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B15D is #464EA2. Grayscale: #AAAAAA. Windows color (decimal): -4607651 or 6140345. OLE color: 6140345.

HSL color Cylindrical-coordinate representation of color #B9B15D: hue angle of 54.78º 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 #B9B15D is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 177 93 -
CMYK 0 0.04 0.50 0.27
HSL 54.78º 0.4% 0.55% -
HSV(B) 54.78º 0.5% 0.73% -
XYZ 37.71 42.55 16.58 -
YUV 169.82 84.65 138.83 -
System Red Green Blue C M Y K H S L
Decimal 185 177 93 0 0.04 0.50 0.27 54.78 0.4 0.55
Hex B9 B1 5D 0 4 32 1B 37 28 37
Octal 271 261 135 0 4 62 33 67 50 67
Binary 10111001 10110001 1011101 0 100 110010 11011 110111 101000 110111

Color Harmonies of #B9B15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B15D

Black with #B9B15D

Text Example


Text Example

White with #B9B15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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