Html Css Color HEX #BBA856 Gimblet

📋 copy color: '#BBA856'

red 187 ◦ green 168 ◦ blue 86

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

Shades of Gimblet #BBA856

Tints of Gimblet #BBA856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.5%

R = 42.4%
G = 38.1%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BBA856 (or 0xBBA856) is known color: Gimblet. HEX triplet: BB, A8 and 56. RGB value is (187,168,86). Sum of RGB (Red+Green+Blue) = 187+168+86=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 86 (33.98% from 255 or 19.50% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA856 is #4457A9. Grayscale: #A4A4A4. Windows color (decimal): -4478890 or 5679291. OLE color: 5679291.

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

Color convert

RGB 187 168 86 -
CMYK 0 0.10 0.54 0.27
HSL 48.71º 0.43% 0.54% -
HSV(B) 48.71º 0.54% 0.73% -
XYZ 36.18 39.24 14.47 -
YUV 164.33 83.79 144.17 -
System Red Green Blue C M Y K H S L
Decimal 187 168 86 0 0.10 0.54 0.27 48.71 0.43 0.54
Hex BB A8 56 0 A 36 1B 31 2B 36
Octal 273 250 126 0 12 66 33 61 53 66
Binary 10111011 10101000 1010110 0 1010 110110 11011 110001 101011 110110

Color Harmonies of #BBA856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA856

Black with #BBA856

Text Example


Text Example

White with #BBA856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA856; }

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

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

background-color css

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

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

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

border-color css

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

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

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