Html Css Color HEX #BBA562 Gimblet

📋 copy color: '#BBA562'

red 187 ◦ green 165 ◦ blue 98

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

Shades of Gimblet #BBA562

Tints of Gimblet #BBA562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.78%

R = 41.56%
G = 36.67%
B = 21.78%

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

#BBA562 (or 0xBBA562) is known color: Gimblet. HEX triplet: BB, A5 and 62. RGB value is (187,165,98). Sum of RGB (Red+Green+Blue) = 187+165+98=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 98 (38.67% from 255 or 21.78% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA562 is #445A9D. Grayscale: #A4A4A4. Windows color (decimal): -4479646 or 6464955. OLE color: 6464955.

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

Color convert

RGB 187 165 98 -
CMYK 0 0.12 0.48 0.27
HSL 45.17º 0.4% 0.56% -
HSV(B) 45.17º 0.48% 0.73% -
XYZ 36.15 38.36 17.05 -
YUV 163.94 90.79 144.45 -
System Red Green Blue C M Y K H S L
Decimal 187 165 98 0 0.12 0.48 0.27 45.17 0.4 0.56
Hex BB A5 62 0 C 30 1B 2D 28 38
Octal 273 245 142 0 14 60 33 55 50 70
Binary 10111011 10100101 1100010 0 1100 110000 11011 101101 101000 111000

Color Harmonies of #BBA562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA562

Black with #BBA562

Text Example


Text Example

White with #BBA562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA562; }

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

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

background-color css

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

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

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

border-color css

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

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

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