Html Css Color HEX #BBAC6D Gimblet

📋 copy color: '#BBAC6D'

red 187 ◦ green 172 ◦ blue 109

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

Shades of Gimblet #BBAC6D

Tints of Gimblet #BBAC6D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.75%

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

R = 39.96%
G = 36.75%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BBAC6D (or 0xBBAC6D) is known color: Gimblet. HEX triplet: BB, AC and 6D. RGB value is (187,172,109). Sum of RGB (Red+Green+Blue) = 187+172+109=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC6D is #445392. Grayscale: #A9A9A9. Windows color (decimal): -4477843 or 7187643. OLE color: 7187643.

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

Color convert

RGB 187 172 109 -
CMYK 0 0.08 0.42 0.27
HSL 48.46º 0.36% 0.58% -
HSV(B) 48.46º 0.42% 0.73% -
XYZ 38.01 41.17 20.41 -
YUV 169.3 93.97 140.62 -
System Red Green Blue C M Y K H S L
Decimal 187 172 109 0 0.08 0.42 0.27 48.46 0.36 0.58
Hex BB AC 6D 0 8 2A 1B 30 24 3A
Octal 273 254 155 0 10 52 33 60 44 72
Binary 10111011 10101100 1101101 0 1000 101010 11011 110000 100100 111010

Color Harmonies of #BBAC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC6D

Black with #BBAC6D

Text Example


Text Example

White with #BBAC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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