Html Css Color HEX #BBA561 Gimblet

📋 copy color: '#BBA561'

red 187 ◦ green 165 ◦ blue 97

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

Shades of Gimblet #BBA561

Tints of Gimblet #BBA561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.6%

R = 41.65%
G = 36.75%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BBA561 (or 0xBBA561) is known color: Gimblet. HEX triplet: BB, A5 and 61. RGB value is (187,165,97). Sum of RGB (Red+Green+Blue) = 187+165+97=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA561 is #445A9E. Grayscale: #A4A4A4. Windows color (decimal): -4479647 or 6399419. OLE color: 6399419.

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

Color convert

RGB 187 165 97 -
CMYK 0 0.12 0.48 0.27
HSL 45.33º 0.4% 0.56% -
HSV(B) 45.33º 0.48% 0.73% -
XYZ 36.11 38.34 16.81 -
YUV 163.83 90.29 144.53 -
System Red Green Blue C M Y K H S L
Decimal 187 165 97 0 0.12 0.48 0.27 45.33 0.4 0.56
Hex BB A5 61 0 C 30 1B 2D 28 38
Octal 273 245 141 0 14 60 33 55 50 70
Binary 10111011 10100101 1100001 0 1100 110000 11011 101101 101000 111000

Color Harmonies of #BBA561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA561

Black with #BBA561

Text Example


Text Example

White with #BBA561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA561; }

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

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

background-color css

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

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

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

border-color css

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

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

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