Html Css Color HEX #BBAB5D Gimblet

📋 copy color: '#BBAB5D'

red 187 ◦ green 171 ◦ blue 93

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

Shades of Gimblet #BBAB5D

Tints of Gimblet #BBAB5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.62%

R = 41.46%
G = 37.92%
B = 20.62%

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

#BBAB5D (or 0xBBAB5D) is known color: Gimblet. HEX triplet: BB, AB and 5D. RGB value is (187,171,93). Sum of RGB (Red+Green+Blue) = 187+171+93=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB5D is #4454A2. Grayscale: #A7A7A7. Windows color (decimal): -4478115 or 6138811. OLE color: 6138811.

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

Color convert

RGB 187 171 93 -
CMYK 0 0.09 0.50 0.27
HSL 49.79º 0.41% 0.55% -
HSV(B) 49.79º 0.5% 0.73% -
XYZ 37.03 40.48 16.22 -
YUV 166.89 86.3 142.34 -
System Red Green Blue C M Y K H S L
Decimal 187 171 93 0 0.09 0.50 0.27 49.79 0.41 0.55
Hex BB AB 5D 0 9 32 1B 32 29 37
Octal 273 253 135 0 11 62 33 62 51 67
Binary 10111011 10101011 1011101 0 1001 110010 11011 110010 101001 110111

Color Harmonies of #BBAB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB5D

Black with #BBAB5D

Text Example


Text Example

White with #BBAB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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