Html Css Color HEX #BBA55E Gimblet

📋 copy color: '#BBA55E'

red 187 ◦ green 165 ◦ blue 94

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

Shades of Gimblet #BBA55E

Tints of Gimblet #BBA55E

RGB

 RED value IS 187 (73.44% from 255) = 41.93%

 GREEN value IS 165 (64.84% from 255) = 37%

 BLUE value IS 94 (37.11% from 255) = 21.08%

R = 41.93%
G = 37%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BBA55E (or 0xBBA55E) is known color: Gimblet. HEX triplet: BB, A5 and 5E. RGB value is (187,165,94). Sum of RGB (Red+Green+Blue) = 187+165+94=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 165 (64.84% from 255 or 37.00% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA55E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA55E is #445AA1. Grayscale: #A3A3A3. Windows color (decimal): -4479650 or 6202811. OLE color: 6202811.

HSL color Cylindrical-coordinate representation of color #BBA55E: hue angle of 45.81º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBA55E is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 165 94 -
CMYK 0 0.12 0.50 0.27
HSL 45.81º 0.41% 0.55% -
HSV(B) 45.81º 0.5% 0.73% -
XYZ 35.97 38.28 16.08 -
YUV 163.48 88.79 144.77 -
System Red Green Blue C M Y K H S L
Decimal 187 165 94 0 0.12 0.50 0.27 45.81 0.41 0.55
Hex BB A5 5E 0 C 32 1B 2E 29 37
Octal 273 245 136 0 14 62 33 56 51 67
Binary 10111011 10100101 1011110 0 1100 110010 11011 101110 101001 110111

Color Harmonies of #BBA55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA55E

Black with #BBA55E

Text Example


Text Example

White with #BBA55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA55E; }

 p { color: rgb(187,165,94); }

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

background-color css

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

 a { background-color: rgb(187,165,94); }

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

border-color css

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

 span { border-color: rgb(187,165,94); }

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