Html Css Color HEX #B9B263 Gimblet

📋 copy color: '#B9B263'

red 185 ◦ green 178 ◦ blue 99

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

Shades of Gimblet #B9B263

Tints of Gimblet #B9B263

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.53%

 BLUE value IS 99 (39.06% from 255) = 21.43%

R = 40.04%
G = 38.53%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B9B263 (or 0xB9B263) is known color: Gimblet. HEX triplet: B9, B2 and 63. RGB value is (185,178,99). Sum of RGB (Red+Green+Blue) = 185+178+99=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 178 (69.92% from 255 or 38.53% from 462); Blue value is 99 (39.06% from 255 or 21.43% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B263 is #464D9C. Grayscale: #ABABAB. Windows color (decimal): -4607389 or 6533817. OLE color: 6533817.

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

Color convert

RGB 185 178 99 -
CMYK 0 0.04 0.46 0.27
HSL 55.12º 0.38% 0.56% -
HSV(B) 55.12º 0.46% 0.73% -
XYZ 38.18 43.06 18.1 -
YUV 171.09 87.32 137.92 -
System Red Green Blue C M Y K H S L
Decimal 185 178 99 0 0.04 0.46 0.27 55.12 0.38 0.56
Hex B9 B2 63 0 4 2E 1B 37 26 38
Octal 271 262 143 0 4 56 33 67 46 70
Binary 10111001 10110010 1100011 0 100 101110 11011 110111 100110 111000

Color Harmonies of #B9B263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B263

Black with #B9B263

Text Example


Text Example

White with #B9B263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B263; }

 p { color: rgb(185,178,99); }

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

background-color css

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

 a { background-color: rgb(185,178,99); }

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

border-color css

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

 span { border-color: rgb(185,178,99); }

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