Html Css Color HEX #BBA96D Gimblet

📋 copy color: '#BBA96D'

red 187 ◦ green 169 ◦ blue 109

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

Shades of Gimblet #BBA96D

Tints of Gimblet #BBA96D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.44%

R = 40.22%
G = 36.34%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BBA96D (or 0xBBA96D) is known color: Gimblet. HEX triplet: BB, A9 and 6D. RGB value is (187,169,109). Sum of RGB (Red+Green+Blue) = 187+169+109=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA96D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA96D is #445692. Grayscale: #A7A7A7. Windows color (decimal): -4478611 or 7186875. OLE color: 7186875.

HSL color Cylindrical-coordinate representation of color #BBA96D: hue angle of 46.15º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBA96D is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 169 109 -
CMYK 0 0.10 0.42 0.27
HSL 46.15º 0.36% 0.58% -
HSV(B) 46.15º 0.42% 0.73% -
XYZ 37.44 40.04 20.22 -
YUV 167.54 94.96 141.88 -
System Red Green Blue C M Y K H S L
Decimal 187 169 109 0 0.10 0.42 0.27 46.15 0.36 0.58
Hex BB A9 6D 0 A 2A 1B 2E 24 3A
Octal 273 251 155 0 12 52 33 56 44 72
Binary 10111011 10101001 1101101 0 1010 101010 11011 101110 100100 111010

Color Harmonies of #BBA96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA96D

Black with #BBA96D

Text Example


Text Example

White with #BBA96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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