Html Css Color HEX #BBA659 Gimblet

📋 copy color: '#BBA659'

red 187 ◦ green 166 ◦ blue 89

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

Shades of Gimblet #BBA659

Tints of Gimblet #BBA659

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.56%

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

R = 42.31%
G = 37.56%
B = 20.14%

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

#BBA659 (or 0xBBA659) is known color: Gimblet. HEX triplet: BB, A6 and 59. RGB value is (187,166,89). Sum of RGB (Red+Green+Blue) = 187+166+89=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 89 (35.16% from 255 or 20.14% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA659 is #4459A6. Grayscale: #A3A3A3. Windows color (decimal): -4479399 or 5875387. OLE color: 5875387.

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

Color convert

RGB 187 166 89 -
CMYK 0 0.11 0.52 0.27
HSL 47.14º 0.42% 0.54% -
HSV(B) 47.14º 0.52% 0.73% -
XYZ 35.93 38.56 15 -
YUV 163.5 85.96 144.76 -
System Red Green Blue C M Y K H S L
Decimal 187 166 89 0 0.11 0.52 0.27 47.14 0.42 0.54
Hex BB A6 59 0 B 34 1B 2F 2A 36
Octal 273 246 131 0 13 64 33 57 52 66
Binary 10111011 10100110 1011001 0 1011 110100 11011 101111 101010 110110

Color Harmonies of #BBA659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA659

Black with #BBA659

Text Example


Text Example

White with #BBA659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA659; }

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

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

background-color css

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

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

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

border-color css

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

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

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