Html Css Color HEX #BBA757 Gimblet

📋 copy color: '#BBA757'

red 187 ◦ green 167 ◦ blue 87

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

Shades of Gimblet #BBA757

Tints of Gimblet #BBA757

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.87%

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

R = 42.4%
G = 37.87%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BBA757 (or 0xBBA757) is known color: Gimblet. HEX triplet: BB, A7 and 57. RGB value is (187,167,87). Sum of RGB (Red+Green+Blue) = 187+167+87=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 87 (34.38% from 255 or 19.73% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA757 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA757 is #4458A8. Grayscale: #A4A4A4. Windows color (decimal): -4479145 or 5744571. OLE color: 5744571.

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

Color convert

RGB 187 167 87 -
CMYK 0 0.11 0.53 0.27
HSL 48º 0.42% 0.54% -
HSV(B) 48º 0.53% 0.73% -
XYZ 36.03 38.89 14.62 -
YUV 163.86 84.63 144.5 -
System Red Green Blue C M Y K H S L
Decimal 187 167 87 0 0.11 0.53 0.27 48 0.42 0.54
Hex BB A7 57 0 B 35 1B 30 2A 36
Octal 273 247 127 0 13 65 33 60 52 66
Binary 10111011 10100111 1010111 0 1011 110101 11011 110000 101010 110110

Color Harmonies of #BBA757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA757

Black with #BBA757

Text Example


Text Example

White with #BBA757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA757; }

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

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

background-color css

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

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

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

border-color css

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

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

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