Html Css Color HEX #B9B162 Gimblet

📋 copy color: '#B9B162'

red 185 ◦ green 177 ◦ blue 98

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

Shades of Gimblet #B9B162

Tints of Gimblet #B9B162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.3%

R = 40.22%
G = 38.48%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#B9B162 (or 0xB9B162) is known color: Gimblet. HEX triplet: B9, B1 and 62. RGB value is (185,177,98). Sum of RGB (Red+Green+Blue) = 185+177+98=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 98 (38.67% from 255 or 21.30% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B162 is #464E9D. Grayscale: #AAAAAA. Windows color (decimal): -4607646 or 6468025. OLE color: 6468025.

HSL color Cylindrical-coordinate representation of color #B9B162: hue angle of 54.48º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B9B162 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 177 98 -
CMYK 0 0.04 0.47 0.27
HSL 54.48º 0.38% 0.55% -
HSV(B) 54.48º 0.47% 0.73% -
XYZ 37.93 42.64 17.79 -
YUV 170.39 87.15 138.42 -
System Red Green Blue C M Y K H S L
Decimal 185 177 98 0 0.04 0.47 0.27 54.48 0.38 0.55
Hex B9 B1 62 0 4 2F 1B 36 26 37
Octal 271 261 142 0 4 57 33 66 46 67
Binary 10111001 10110001 1100010 0 100 101111 11011 110110 100110 110111

Color Harmonies of #B9B162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B162

Black with #B9B162

Text Example


Text Example

White with #B9B162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B162; }

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

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

background-color css

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

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

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

border-color css

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

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

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