Html Css Color HEX #BBAB5E Gimblet

📋 copy color: '#BBAB5E'

red 187 ◦ green 171 ◦ blue 94

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

Shades of Gimblet #BBAB5E

Tints of Gimblet #BBAB5E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.83%

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

R = 41.37%
G = 37.83%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BBAB5E (or 0xBBAB5E) is known color: Gimblet. HEX triplet: BB, AB and 5E. RGB value is (187,171,94). Sum of RGB (Red+Green+Blue) = 187+171+94=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 94 (37.11% from 255 or 20.80% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB5E is #4454A1. Grayscale: #A7A7A7. Windows color (decimal): -4478114 or 6204347. OLE color: 6204347.

HSL color Cylindrical-coordinate representation of color #BBAB5E: hue angle of 49.68º 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 #BBAB5E is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 171 94 -
CMYK 0 0.09 0.50 0.27
HSL 49.68º 0.41% 0.55% -
HSV(B) 49.68º 0.5% 0.73% -
XYZ 37.08 40.5 16.45 -
YUV 167.01 86.8 142.26 -
System Red Green Blue C M Y K H S L
Decimal 187 171 94 0 0.09 0.50 0.27 49.68 0.41 0.55
Hex BB AB 5E 0 9 32 1B 32 29 37
Octal 273 253 136 0 11 62 33 62 51 67
Binary 10111011 10101011 1011110 0 1001 110010 11011 110010 101001 110111

Color Harmonies of #BBAB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB5E

Black with #BBAB5E

Text Example


Text Example

White with #BBAB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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