Html Css Color HEX #BBAD6D Gimblet

📋 copy color: '#BBAD6D'

red 187 ◦ green 173 ◦ blue 109

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

Shades of Gimblet #BBAD6D

Tints of Gimblet #BBAD6D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.89%

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

R = 39.87%
G = 36.89%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BBAD6D (or 0xBBAD6D) is known color: Gimblet. HEX triplet: BB, AD and 6D. RGB value is (187,173,109). Sum of RGB (Red+Green+Blue) = 187+173+109=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAD6D is #445292. Grayscale: #AAAAAA. Windows color (decimal): -4477587 or 7187899. OLE color: 7187899.

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

Color convert

RGB 187 173 109 -
CMYK 0 0.07 0.42 0.27
HSL 49.23º 0.36% 0.58% -
HSV(B) 49.23º 0.42% 0.73% -
XYZ 38.2 41.56 20.48 -
YUV 169.89 93.64 140.2 -
System Red Green Blue C M Y K H S L
Decimal 187 173 109 0 0.07 0.42 0.27 49.23 0.36 0.58
Hex BB AD 6D 0 7 2A 1B 31 24 3A
Octal 273 255 155 0 7 52 33 61 44 72
Binary 10111011 10101101 1101101 0 111 101010 11011 110001 100100 111010

Color Harmonies of #BBAD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAD6D

Black with #BBAD6D

Text Example


Text Example

White with #BBAD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAD6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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