Html Css Color HEX #BBA95F Gimblet

📋 copy color: '#BBA95F'

red 187 ◦ green 169 ◦ blue 95

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

Shades of Gimblet #BBA95F

Tints of Gimblet #BBA95F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.47%

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

R = 41.46%
G = 37.47%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BBA95F (or 0xBBA95F) is known color: Gimblet. HEX triplet: BB, A9 and 5F. RGB value is (187,169,95). Sum of RGB (Red+Green+Blue) = 187+169+95=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 169 (66.41% from 255 or 37.47% from 451); Blue value is 95 (37.5% from 255 or 21.06% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA95F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA95F is #4456A0. Grayscale: #A6A6A6. Windows color (decimal): -4478625 or 6269371. OLE color: 6269371.

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

Color convert

RGB 187 169 95 -
CMYK 0 0.10 0.49 0.27
HSL 48.26º 0.4% 0.55% -
HSV(B) 48.26º 0.49% 0.73% -
XYZ 36.75 39.77 16.57 -
YUV 165.95 87.96 143.02 -
System Red Green Blue C M Y K H S L
Decimal 187 169 95 0 0.10 0.49 0.27 48.26 0.4 0.55
Hex BB A9 5F 0 A 31 1B 30 28 37
Octal 273 251 137 0 12 61 33 60 50 67
Binary 10111011 10101001 1011111 0 1010 110001 11011 110000 101000 110111

Color Harmonies of #BBA95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA95F

Black with #BBA95F

Text Example


Text Example

White with #BBA95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA95F; }

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

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

background-color css

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

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

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

border-color css

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

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

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