Html Css Color HEX #BBAC5A Gimblet

📋 copy color: '#BBAC5A'

red 187 ◦ green 172 ◦ blue 90

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

Shades of Gimblet #BBAC5A

Tints of Gimblet #BBAC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.04%

R = 41.65%
G = 38.31%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BBAC5A (or 0xBBAC5A) is known color: Gimblet. HEX triplet: BB, AC and 5A. RGB value is (187,172,90). Sum of RGB (Red+Green+Blue) = 187+172+90=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 90 (35.55% from 255 or 20.04% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC5A is #4453A5. Grayscale: #A7A7A7. Windows color (decimal): -4477862 or 5942459. OLE color: 5942459.

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

Color convert

RGB 187 172 90 -
CMYK 0 0.08 0.52 0.27
HSL 50.72º 0.42% 0.54% -
HSV(B) 50.72º 0.52% 0.73% -
XYZ 37.09 40.81 15.59 -
YUV 167.14 84.47 142.17 -
System Red Green Blue C M Y K H S L
Decimal 187 172 90 0 0.08 0.52 0.27 50.72 0.42 0.54
Hex BB AC 5A 0 8 34 1B 33 2A 36
Octal 273 254 132 0 10 64 33 63 52 66
Binary 10111011 10101100 1011010 0 1000 110100 11011 110011 101010 110110

Color Harmonies of #BBAC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC5A

Black with #BBAC5A

Text Example


Text Example

White with #BBAC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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