Html Css Color HEX #BBA563 Gimblet

📋 copy color: '#BBA563'

red 187 ◦ green 165 ◦ blue 99

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

Shades of Gimblet #BBA563

Tints of Gimblet #BBA563

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.59%

 BLUE value IS 99 (39.06% from 255) = 21.95%

R = 41.46%
G = 36.59%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BBA563 (or 0xBBA563) is known color: Gimblet. HEX triplet: BB, A5 and 63. RGB value is (187,165,99). Sum of RGB (Red+Green+Blue) = 187+165+99=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 165 (64.84% from 255 or 36.59% from 451); Blue value is 99 (39.06% from 255 or 21.95% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA563 is #445A9C. Grayscale: #A4A4A4. Windows color (decimal): -4479645 or 6530491. OLE color: 6530491.

HSL color Cylindrical-coordinate representation of color #BBA563: hue angle of 45º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBA563 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 165 99 -
CMYK 0 0.12 0.47 0.27
HSL 45º 0.39% 0.56% -
HSV(B) 45º 0.47% 0.73% -
XYZ 36.2 38.38 17.3 -
YUV 164.05 91.29 144.37 -
System Red Green Blue C M Y K H S L
Decimal 187 165 99 0 0.12 0.47 0.27 45 0.39 0.56
Hex BB A5 63 0 C 2F 1B 2D 27 38
Octal 273 245 143 0 14 57 33 55 47 70
Binary 10111011 10100101 1100011 0 1100 101111 11011 101101 100111 111000

Color Harmonies of #BBA563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA563

Black with #BBA563

Text Example


Text Example

White with #BBA563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA563; }

 p { color: rgb(187,165,99); }

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

background-color css

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

 a { background-color: rgb(187,165,99); }

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

border-color css

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

 span { border-color: rgb(187,165,99); }

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