Html Css Color HEX #BBA65F Gimblet

📋 copy color: '#BBA65F'

red 187 ◦ green 166 ◦ blue 95

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

Shades of Gimblet #BBA65F

Tints of Gimblet #BBA65F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.05%

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

R = 41.74%
G = 37.05%
B = 21.21%

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

#BBA65F (or 0xBBA65F) is known color: Gimblet. HEX triplet: BB, A6 and 5F. RGB value is (187,166,95). Sum of RGB (Red+Green+Blue) = 187+166+95=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 95 (37.5% from 255 or 21.21% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA65F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA65F is #4459A0. Grayscale: #A4A4A4. Windows color (decimal): -4479393 or 6268603. OLE color: 6268603.

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

Color convert

RGB 187 166 95 -
CMYK 0 0.11 0.49 0.27
HSL 46.3º 0.4% 0.55% -
HSV(B) 46.3º 0.49% 0.73% -
XYZ 36.2 38.66 16.38 -
YUV 164.19 88.96 144.27 -
System Red Green Blue C M Y K H S L
Decimal 187 166 95 0 0.11 0.49 0.27 46.3 0.4 0.55
Hex BB A6 5F 0 B 31 1B 2E 28 37
Octal 273 246 137 0 13 61 33 56 50 67
Binary 10111011 10100110 1011111 0 1011 110001 11011 101110 101000 110111

Color Harmonies of #BBA65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA65F

Black with #BBA65F

Text Example


Text Example

White with #BBA65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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