Html Css Color HEX #BBA858 Gimblet

📋 copy color: '#BBA858'

red 187 ◦ green 168 ◦ blue 88

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

Shades of Gimblet #BBA858

Tints of Gimblet #BBA858

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.92%

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

R = 42.21%
G = 37.92%
B = 19.86%

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

#BBA858 (or 0xBBA858) is known color: Gimblet. HEX triplet: BB, A8 and 58. RGB value is (187,168,88). Sum of RGB (Red+Green+Blue) = 187+168+88=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 88 (34.77% from 255 or 19.86% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA858 is #4457A7. Grayscale: #A4A4A4. Windows color (decimal): -4478888 or 5810363. OLE color: 5810363.

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

Color convert

RGB 187 168 88 -
CMYK 0 0.10 0.53 0.27
HSL 48.48º 0.42% 0.54% -
HSV(B) 48.48º 0.53% 0.73% -
XYZ 36.26 39.27 14.9 -
YUV 164.56 84.79 144 -
System Red Green Blue C M Y K H S L
Decimal 187 168 88 0 0.10 0.53 0.27 48.48 0.42 0.54
Hex BB A8 58 0 A 35 1B 30 2A 36
Octal 273 250 130 0 12 65 33 60 52 66
Binary 10111011 10101000 1011000 0 1010 110101 11011 110000 101010 110110

Color Harmonies of #BBA858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA858

Black with #BBA858

Text Example


Text Example

White with #BBA858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA858; }

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

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

background-color css

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

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

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

border-color css

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

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

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