Html Css Color HEX #BBA95D Gimblet

📋 copy color: '#BBA95D'

red 187 ◦ green 169 ◦ blue 93

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

Shades of Gimblet #BBA95D

Tints of Gimblet #BBA95D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.71%

R = 41.65%
G = 37.64%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BBA95D (or 0xBBA95D) is known color: Gimblet. HEX triplet: BB, A9 and 5D. RGB value is (187,169,93). Sum of RGB (Red+Green+Blue) = 187+169+93=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 169 (66.41% from 255 or 37.64% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA95D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA95D is #4456A2. Grayscale: #A6A6A6. Windows color (decimal): -4478627 or 6138299. OLE color: 6138299.

HSL color Cylindrical-coordinate representation of color #BBA95D: hue angle of 48.51º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBA95D is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 169 93 -
CMYK 0 0.10 0.50 0.27
HSL 48.51º 0.41% 0.55% -
HSV(B) 48.51º 0.5% 0.73% -
XYZ 36.66 39.73 16.09 -
YUV 165.72 86.96 143.18 -
System Red Green Blue C M Y K H S L
Decimal 187 169 93 0 0.10 0.50 0.27 48.51 0.41 0.55
Hex BB A9 5D 0 A 32 1B 31 29 37
Octal 273 251 135 0 12 62 33 61 51 67
Binary 10111011 10101001 1011101 0 1010 110010 11011 110001 101001 110111

Color Harmonies of #BBA95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA95D

Black with #BBA95D

Text Example


Text Example

White with #BBA95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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