Html Css Color HEX #BBA65B Gimblet

📋 copy color: '#BBA65B'

red 187 ◦ green 166 ◦ blue 91

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

Shades of Gimblet #BBA65B

Tints of Gimblet #BBA65B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.5%

R = 42.12%
G = 37.39%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BBA65B (or 0xBBA65B) is known color: Gimblet. HEX triplet: BB, A6 and 5B. RGB value is (187,166,91). Sum of RGB (Red+Green+Blue) = 187+166+91=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA65B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA65B is #4459A4. Grayscale: #A4A4A4. Windows color (decimal): -4479397 or 6006459. OLE color: 6006459.

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

Color convert

RGB 187 166 91 -
CMYK 0 0.11 0.51 0.27
HSL 46.88º 0.41% 0.55% -
HSV(B) 46.88º 0.51% 0.73% -
XYZ 36.02 38.59 15.45 -
YUV 163.73 86.96 144.6 -
System Red Green Blue C M Y K H S L
Decimal 187 166 91 0 0.11 0.51 0.27 46.88 0.41 0.55
Hex BB A6 5B 0 B 33 1B 2F 29 37
Octal 273 246 133 0 13 63 33 57 51 67
Binary 10111011 10100110 1011011 0 1011 110011 11011 101111 101001 110111

Color Harmonies of #BBA65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA65B

Black with #BBA65B

Text Example


Text Example

White with #BBA65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA65B; }

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

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

background-color css

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

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

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

border-color css

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

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

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