Html Css Color HEX #BBA75F Gimblet

📋 copy color: '#BBA75F'

red 187 ◦ green 167 ◦ blue 95

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

Shades of Gimblet #BBA75F

Tints of Gimblet #BBA75F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.19%

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

R = 41.65%
G = 37.19%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BBA75F (or 0xBBA75F) is known color: Gimblet. HEX triplet: BB, A7 and 5F. RGB value is (187,167,95). Sum of RGB (Red+Green+Blue) = 187+167+95=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 167 (65.62% from 255 or 37.19% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA75F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA75F is #4458A0. Grayscale: #A5A5A5. Windows color (decimal): -4479137 or 6268859. OLE color: 6268859.

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

Color convert

RGB 187 167 95 -
CMYK 0 0.11 0.49 0.27
HSL 46.96º 0.4% 0.55% -
HSV(B) 46.96º 0.49% 0.73% -
XYZ 36.38 39.03 16.44 -
YUV 164.77 88.63 143.85 -
System Red Green Blue C M Y K H S L
Decimal 187 167 95 0 0.11 0.49 0.27 46.96 0.4 0.55
Hex BB A7 5F 0 B 31 1B 2F 28 37
Octal 273 247 137 0 13 61 33 57 50 67
Binary 10111011 10100111 1011111 0 1011 110001 11011 101111 101000 110111

Color Harmonies of #BBA75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA75F

Black with #BBA75F

Text Example


Text Example

White with #BBA75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA75F; }

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

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

background-color css

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

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

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

border-color css

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

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

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