Html Css Color HEX #BBA759 Gimblet

📋 copy color: '#BBA759'

red 187 ◦ green 167 ◦ blue 89

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

Shades of Gimblet #BBA759

Tints of Gimblet #BBA759

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 20.09%

R = 42.21%
G = 37.7%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BBA759 (or 0xBBA759) is known color: Gimblet. HEX triplet: BB, A7 and 59. RGB value is (187,167,89). Sum of RGB (Red+Green+Blue) = 187+167+89=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 89 (35.16% from 255 or 20.09% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA759 is #4458A6. Grayscale: #A4A4A4. Windows color (decimal): -4479143 or 5875643. OLE color: 5875643.

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

Color convert

RGB 187 167 89 -
CMYK 0 0.11 0.52 0.27
HSL 47.76º 0.42% 0.54% -
HSV(B) 47.76º 0.52% 0.73% -
XYZ 36.12 38.92 15.06 -
YUV 164.09 85.63 144.34 -
System Red Green Blue C M Y K H S L
Decimal 187 167 89 0 0.11 0.52 0.27 47.76 0.42 0.54
Hex BB A7 59 0 B 34 1B 30 2A 36
Octal 273 247 131 0 13 64 33 60 52 66
Binary 10111011 10100111 1011001 0 1011 110100 11011 110000 101010 110110

Color Harmonies of #BBA759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA759

Black with #BBA759

Text Example


Text Example

White with #BBA759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA759; }

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

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

background-color css

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

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

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

border-color css

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

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

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