Html Css Color HEX #BBAC5C Gimblet

📋 copy color: '#BBAC5C'

red 187 ◦ green 172 ◦ blue 92

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

Shades of Gimblet #BBAC5C

Tints of Gimblet #BBAC5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.4%

R = 41.46%
G = 38.14%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BBAC5C (or 0xBBAC5C) is known color: Gimblet. HEX triplet: BB, AC and 5C. RGB value is (187,172,92). Sum of RGB (Red+Green+Blue) = 187+172+92=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC5C is #4453A3. Grayscale: #A7A7A7. Windows color (decimal): -4477860 or 6073531. OLE color: 6073531.

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

Color convert

RGB 187 172 92 -
CMYK 0 0.08 0.51 0.27
HSL 50.53º 0.41% 0.55% -
HSV(B) 50.53º 0.51% 0.73% -
XYZ 37.18 40.84 16.05 -
YUV 167.37 85.47 142 -
System Red Green Blue C M Y K H S L
Decimal 187 172 92 0 0.08 0.51 0.27 50.53 0.41 0.55
Hex BB AC 5C 0 8 33 1B 33 29 37
Octal 273 254 134 0 10 63 33 63 51 67
Binary 10111011 10101100 1011100 0 1000 110011 11011 110011 101001 110111

Color Harmonies of #BBAC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC5C

Black with #BBAC5C

Text Example


Text Example

White with #BBAC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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