Html Css Color HEX #BBAC57 Gimblet

📋 copy color: '#BBAC57'

red 187 ◦ green 172 ◦ blue 87

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

Shades of Gimblet #BBAC57

Tints of Gimblet #BBAC57

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.57%

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

R = 41.93%
G = 38.57%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BBAC57 (or 0xBBAC57) is known color: Gimblet. HEX triplet: BB, AC and 57. RGB value is (187,172,87). Sum of RGB (Red+Green+Blue) = 187+172+87=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 87 (34.38% from 255 or 19.51% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC57 is #4453A8. Grayscale: #A7A7A7. Windows color (decimal): -4477865 or 5745851. OLE color: 5745851.

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

Color convert

RGB 187 172 87 -
CMYK 0 0.08 0.53 0.27
HSL 51º 0.42% 0.54% -
HSV(B) 51º 0.53% 0.73% -
XYZ 36.97 40.76 14.94 -
YUV 166.8 82.97 142.41 -
System Red Green Blue C M Y K H S L
Decimal 187 172 87 0 0.08 0.53 0.27 51 0.42 0.54
Hex BB AC 57 0 8 35 1B 33 2A 36
Octal 273 254 127 0 10 65 33 63 52 66
Binary 10111011 10101100 1010111 0 1000 110101 11011 110011 101010 110110

Color Harmonies of #BBAC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC57

Black with #BBAC57

Text Example


Text Example

White with #BBAC57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC57; }

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

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

background-color css

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

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

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

border-color css

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

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

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