Html Css Color HEX #BBAB5B Gimblet

📋 copy color: '#BBAB5B'

red 187 ◦ green 171 ◦ blue 91

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

Shades of Gimblet #BBAB5B

Tints of Gimblet #BBAB5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.27%

R = 41.65%
G = 38.08%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BBAB5B (or 0xBBAB5B) is known color: Gimblet. HEX triplet: BB, AB and 5B. RGB value is (187,171,91). Sum of RGB (Red+Green+Blue) = 187+171+91=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 91 (35.94% from 255 or 20.27% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB5B is #4454A4. Grayscale: #A7A7A7. Windows color (decimal): -4478117 or 6007739. OLE color: 6007739.

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

Color convert

RGB 187 171 91 -
CMYK 0 0.09 0.51 0.27
HSL 50º 0.41% 0.55% -
HSV(B) 50º 0.51% 0.73% -
XYZ 36.94 40.45 15.76 -
YUV 166.66 85.3 142.5 -
System Red Green Blue C M Y K H S L
Decimal 187 171 91 0 0.09 0.51 0.27 50 0.41 0.55
Hex BB AB 5B 0 9 33 1B 32 29 37
Octal 273 253 133 0 11 63 33 62 51 67
Binary 10111011 10101011 1011011 0 1001 110011 11011 110010 101001 110111

Color Harmonies of #BBAB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB5B

Black with #BBAB5B

Text Example


Text Example

White with #BBAB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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