Html Css Color HEX #B9A36A Gimblet

📋 copy color: '#B9A36A'

red 185 ◦ green 163 ◦ blue 106

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

Shades of Gimblet #B9A36A

Tints of Gimblet #B9A36A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.9%

 BLUE value IS 106 (41.8% from 255) = 23.35%

R = 40.75%
G = 35.9%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B9A36A (or 0xB9A36A) is known color: Gimblet. HEX triplet: B9, A3 and 6A. RGB value is (185,163,106). Sum of RGB (Red+Green+Blue) = 185+163+106=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 106 (41.80% from 255 or 23.35% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A36A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A36A is #465C95. Grayscale: #A3A3A3. Windows color (decimal): -4611222 or 6988729. OLE color: 6988729.

HSL color Cylindrical-coordinate representation of color #B9A36A: hue angle of 43.29º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9A36A is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 163 106 -
CMYK 0 0.12 0.43 0.27
HSL 43.29º 0.36% 0.57% -
HSV(B) 43.29º 0.43% 0.73% -
XYZ 35.71 37.55 19 -
YUV 163.08 95.79 143.63 -
System Red Green Blue C M Y K H S L
Decimal 185 163 106 0 0.12 0.43 0.27 43.29 0.36 0.57
Hex B9 A3 6A 0 C 2B 1B 2B 24 39
Octal 271 243 152 0 14 53 33 53 44 71
Binary 10111001 10100011 1101010 0 1100 101011 11011 101011 100100 111001

Color Harmonies of #B9A36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A36A

Black with #B9A36A

Text Example


Text Example

White with #B9A36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A36A; }

 p { color: rgb(185,163,106); }

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

background-color css

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

 a { background-color: rgb(185,163,106); }

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

border-color css

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

 span { border-color: rgb(185,163,106); }

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