Html Css Color HEX #BBAC5F Gimblet

📋 copy color: '#BBAC5F'

red 187 ◦ green 172 ◦ blue 95

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

Shades of Gimblet #BBAC5F

Tints of Gimblet #BBAC5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.93%

R = 41.19%
G = 37.89%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BBAC5F (or 0xBBAC5F) is known color: Gimblet. HEX triplet: BB, AC and 5F. RGB value is (187,172,95). Sum of RGB (Red+Green+Blue) = 187+172+95=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 95 (37.5% from 255 or 20.93% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC5F is #4453A0. Grayscale: #A8A8A8. Windows color (decimal): -4477857 or 6270139. OLE color: 6270139.

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

Color convert

RGB 187 172 95 -
CMYK 0 0.08 0.49 0.27
HSL 50.22º 0.4% 0.55% -
HSV(B) 50.22º 0.49% 0.73% -
XYZ 37.31 40.9 16.75 -
YUV 167.71 86.97 141.76 -
System Red Green Blue C M Y K H S L
Decimal 187 172 95 0 0.08 0.49 0.27 50.22 0.4 0.55
Hex BB AC 5F 0 8 31 1B 32 28 37
Octal 273 254 137 0 10 61 33 62 50 67
Binary 10111011 10101100 1011111 0 1000 110001 11011 110010 101000 110111

Color Harmonies of #BBAC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC5F

Black with #BBAC5F

Text Example


Text Example

White with #BBAC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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