Html Css Color HEX #BBA958 Gimblet

📋 copy color: '#BBA958'

red 187 ◦ green 169 ◦ blue 88

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

Shades of Gimblet #BBA958

Tints of Gimblet #BBA958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.82%

R = 42.12%
G = 38.06%
B = 19.82%

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

#BBA958 (or 0xBBA958) is known color: Gimblet. HEX triplet: BB, A9 and 58. RGB value is (187,169,88). Sum of RGB (Red+Green+Blue) = 187+169+88=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 88 (34.77% from 255 or 19.82% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA958 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA958 is #4456A7. Grayscale: #A5A5A5. Windows color (decimal): -4478632 or 5810619. OLE color: 5810619.

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

Color convert

RGB 187 169 88 -
CMYK 0 0.10 0.53 0.27
HSL 49.09º 0.42% 0.54% -
HSV(B) 49.09º 0.53% 0.73% -
XYZ 36.44 39.65 14.96 -
YUV 165.15 84.46 143.59 -
System Red Green Blue C M Y K H S L
Decimal 187 169 88 0 0.10 0.53 0.27 49.09 0.42 0.54
Hex BB A9 58 0 A 35 1B 31 2A 36
Octal 273 251 130 0 12 65 33 61 52 66
Binary 10111011 10101001 1011000 0 1010 110101 11011 110001 101010 110110

Color Harmonies of #BBA958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA958

Black with #BBA958

Text Example


Text Example

White with #BBA958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA958; }

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

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

background-color css

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

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

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

border-color css

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

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

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