Html Css Color HEX #B9A36B Gimblet

📋 copy color: '#B9A36B'

red 185 ◦ green 163 ◦ blue 107

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

Shades of Gimblet #B9A36B

Tints of Gimblet #B9A36B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.52%

R = 40.66%
G = 35.82%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9A36B (or 0xB9A36B) is known color: Gimblet. HEX triplet: B9, A3 and 6B. RGB value is (185,163,107). Sum of RGB (Red+Green+Blue) = 185+163+107=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A36B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A36B is #465C94. Grayscale: #A3A3A3. Windows color (decimal): -4611221 or 7054265. OLE color: 7054265.

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

Color convert

RGB 185 163 107 -
CMYK 0 0.12 0.42 0.27
HSL 43.08º 0.36% 0.57% -
HSV(B) 43.08º 0.42% 0.73% -
XYZ 35.76 37.57 19.28 -
YUV 163.19 96.29 143.55 -
System Red Green Blue C M Y K H S L
Decimal 185 163 107 0 0.12 0.42 0.27 43.08 0.36 0.57
Hex B9 A3 6B 0 C 2A 1B 2B 24 39
Octal 271 243 153 0 14 52 33 53 44 71
Binary 10111001 10100011 1101011 0 1100 101010 11011 101011 100100 111001

Color Harmonies of #B9A36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A36B

Black with #B9A36B

Text Example


Text Example

White with #B9A36B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A36B; }

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

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

background-color css

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

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

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

border-color css

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

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

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