Html Css Color HEX #BBA857 Gimblet

📋 copy color: '#BBA857'

red 187 ◦ green 168 ◦ blue 87

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

Shades of Gimblet #BBA857

Tints of Gimblet #BBA857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.68%

R = 42.31%
G = 38.01%
B = 19.68%

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

#BBA857 (or 0xBBA857) is known color: Gimblet. HEX triplet: BB, A8 and 57. RGB value is (187,168,87). Sum of RGB (Red+Green+Blue) = 187+168+87=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 87 (34.38% from 255 or 19.68% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA857 is #4457A8. Grayscale: #A4A4A4. Windows color (decimal): -4478889 or 5744827. OLE color: 5744827.

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

Color convert

RGB 187 168 87 -
CMYK 0 0.10 0.53 0.27
HSL 48.6º 0.42% 0.54% -
HSV(B) 48.6º 0.53% 0.73% -
XYZ 36.22 39.26 14.69 -
YUV 164.45 84.29 144.09 -
System Red Green Blue C M Y K H S L
Decimal 187 168 87 0 0.10 0.53 0.27 48.6 0.42 0.54
Hex BB A8 57 0 A 35 1B 31 2A 36
Octal 273 250 127 0 12 65 33 61 52 66
Binary 10111011 10101000 1010111 0 1010 110101 11011 110001 101010 110110

Color Harmonies of #BBA857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA857

Black with #BBA857

Text Example


Text Example

White with #BBA857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA857; }

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

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

background-color css

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

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

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

border-color css

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

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

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