Html Css Color HEX #BBA962 Gimblet

📋 copy color: '#BBA962'

red 187 ◦ green 169 ◦ blue 98

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

Shades of Gimblet #BBA962

Tints of Gimblet #BBA962

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.22%

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

R = 41.19%
G = 37.22%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BBA962 (or 0xBBA962) is known color: Gimblet. HEX triplet: BB, A9 and 62. RGB value is (187,169,98). Sum of RGB (Red+Green+Blue) = 187+169+98=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 169 (66.41% from 255 or 37.22% from 454); Blue value is 98 (38.67% from 255 or 21.59% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA962 is #44569D. Grayscale: #A6A6A6. Windows color (decimal): -4478622 or 6465979. OLE color: 6465979.

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

Color convert

RGB 187 169 98 -
CMYK 0 0.10 0.48 0.27
HSL 47.87º 0.4% 0.56% -
HSV(B) 47.87º 0.48% 0.73% -
XYZ 36.89 39.82 17.3 -
YUV 166.29 89.46 142.77 -
System Red Green Blue C M Y K H S L
Decimal 187 169 98 0 0.10 0.48 0.27 47.87 0.4 0.56
Hex BB A9 62 0 A 30 1B 30 28 38
Octal 273 251 142 0 12 60 33 60 50 70
Binary 10111011 10101001 1100010 0 1010 110000 11011 110000 101000 111000

Color Harmonies of #BBA962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA962

Black with #BBA962

Text Example


Text Example

White with #BBA962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA962; }

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

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

background-color css

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

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

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

border-color css

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

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

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