Html Css Color HEX #B9B167 Gimblet

📋 copy color: '#B9B167'

red 185 ◦ green 177 ◦ blue 103

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

Shades of Gimblet #B9B167

Tints of Gimblet #B9B167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.15%

R = 39.78%
G = 38.06%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#B9B167 (or 0xB9B167) is known color: Gimblet. HEX triplet: B9, B1 and 67. RGB value is (185,177,103). Sum of RGB (Red+Green+Blue) = 185+177+103=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 177 (69.53% from 255 or 38.06% from 465); Blue value is 103 (40.62% from 255 or 22.15% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B167 is #464E98. Grayscale: #ABABAB. Windows color (decimal): -4607641 or 6795705. OLE color: 6795705.

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

Color convert

RGB 185 177 103 -
CMYK 0 0.04 0.44 0.27
HSL 54.15º 0.37% 0.56% -
HSV(B) 54.15º 0.44% 0.73% -
XYZ 38.18 42.74 19.07 -
YUV 170.96 89.65 138.02 -
System Red Green Blue C M Y K H S L
Decimal 185 177 103 0 0.04 0.44 0.27 54.15 0.37 0.56
Hex B9 B1 67 0 4 2C 1B 36 25 38
Octal 271 261 147 0 4 54 33 66 45 70
Binary 10111001 10110001 1100111 0 100 101100 11011 110110 100101 111000

Color Harmonies of #B9B167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B167

Black with #B9B167

Text Example


Text Example

White with #B9B167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B167; }

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

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

background-color css

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

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

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

border-color css

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

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

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