Html Css Color HEX #BBAB57 Gimblet

📋 copy color: '#BBAB57'

red 187 ◦ green 171 ◦ blue 87

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

Shades of Gimblet #BBAB57

Tints of Gimblet #BBAB57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.55%

R = 42.02%
G = 38.43%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BBAB57 (or 0xBBAB57) is known color: Gimblet. HEX triplet: BB, AB and 57. RGB value is (187,171,87). Sum of RGB (Red+Green+Blue) = 187+171+87=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 87 (34.38% from 255 or 19.55% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB57 is #4454A8. Grayscale: #A6A6A6. Windows color (decimal): -4478121 or 5745595. OLE color: 5745595.

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

Color convert

RGB 187 171 87 -
CMYK 0 0.09 0.53 0.27
HSL 50.4º 0.42% 0.54% -
HSV(B) 50.4º 0.53% 0.73% -
XYZ 36.78 40.38 14.87 -
YUV 166.21 83.3 142.83 -
System Red Green Blue C M Y K H S L
Decimal 187 171 87 0 0.09 0.53 0.27 50.4 0.42 0.54
Hex BB AB 57 0 9 35 1B 32 2A 36
Octal 273 253 127 0 11 65 33 62 52 66
Binary 10111011 10101011 1010111 0 1001 110101 11011 110010 101010 110110

Color Harmonies of #BBAB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB57

Black with #BBAB57

Text Example


Text Example

White with #BBAB57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB57; }

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

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

background-color css

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

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

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

border-color css

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

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

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