Html Css Color HEX #BBAC6C Gimblet

📋 copy color: '#BBAC6C'

red 187 ◦ green 172 ◦ blue 108

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

Shades of Gimblet #BBAC6C

Tints of Gimblet #BBAC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.13%

R = 40.04%
G = 36.83%
B = 23.13%

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

#BBAC6C (or 0xBBAC6C) is known color: Gimblet. HEX triplet: BB, AC and 6C. RGB value is (187,172,108). Sum of RGB (Red+Green+Blue) = 187+172+108=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC6C is #445393. Grayscale: #A9A9A9. Windows color (decimal): -4477844 or 7122107. OLE color: 7122107.

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

Color convert

RGB 187 172 108 -
CMYK 0 0.08 0.42 0.27
HSL 48.61º 0.37% 0.58% -
HSV(B) 48.61º 0.42% 0.73% -
XYZ 37.95 41.15 20.13 -
YUV 169.19 93.47 140.7 -
System Red Green Blue C M Y K H S L
Decimal 187 172 108 0 0.08 0.42 0.27 48.61 0.37 0.58
Hex BB AC 6C 0 8 2A 1B 31 25 3A
Octal 273 254 154 0 10 52 33 61 45 72
Binary 10111011 10101100 1101100 0 1000 101010 11011 110001 100101 111010

Color Harmonies of #BBAC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC6C

Black with #BBAC6C

Text Example


Text Example

White with #BBAC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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