Html Css Color HEX #BBA957 Gimblet

📋 copy color: '#BBA957'

red 187 ◦ green 169 ◦ blue 87

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

Shades of Gimblet #BBA957

Tints of Gimblet #BBA957

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.15%

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

R = 42.21%
G = 38.15%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BBA957 (or 0xBBA957) is known color: Gimblet. HEX triplet: BB, A9 and 57. RGB value is (187,169,87). Sum of RGB (Red+Green+Blue) = 187+169+87=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 87 (34.38% from 255 or 19.64% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA957 is #4456A8. Grayscale: #A5A5A5. Windows color (decimal): -4478633 or 5745083. OLE color: 5745083.

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

Color convert

RGB 187 169 87 -
CMYK 0 0.10 0.53 0.27
HSL 49.2º 0.42% 0.54% -
HSV(B) 49.2º 0.53% 0.73% -
XYZ 36.4 39.63 14.75 -
YUV 165.03 83.96 143.67 -
System Red Green Blue C M Y K H S L
Decimal 187 169 87 0 0.10 0.53 0.27 49.2 0.42 0.54
Hex BB A9 57 0 A 35 1B 31 2A 36
Octal 273 251 127 0 12 65 33 61 52 66
Binary 10111011 10101001 1010111 0 1010 110101 11011 110001 101010 110110

Color Harmonies of #BBA957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA957

Black with #BBA957

Text Example


Text Example

White with #BBA957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA957; }

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

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

background-color css

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

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

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

border-color css

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

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

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