Html Css Color HEX #BBA95B Gimblet

📋 copy color: '#BBA95B'

red 187 ◦ green 169 ◦ blue 91

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

Shades of Gimblet #BBA95B

Tints of Gimblet #BBA95B

RGB

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

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

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

R = 41.83%
G = 37.81%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BBA95B (or 0xBBA95B) is known color: Gimblet. HEX triplet: BB, A9 and 5B. RGB value is (187,169,91). Sum of RGB (Red+Green+Blue) = 187+169+91=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA95B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA95B is #4456A4. Grayscale: #A5A5A5. Windows color (decimal): -4478629 or 6007227. OLE color: 6007227.

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

Color convert

RGB 187 169 91 -
CMYK 0 0.10 0.51 0.27
HSL 48.75º 0.41% 0.55% -
HSV(B) 48.75º 0.51% 0.73% -
XYZ 36.57 39.7 15.63 -
YUV 165.49 85.96 143.34 -
System Red Green Blue C M Y K H S L
Decimal 187 169 91 0 0.10 0.51 0.27 48.75 0.41 0.55
Hex BB A9 5B 0 A 33 1B 31 29 37
Octal 273 251 133 0 12 63 33 61 51 67
Binary 10111011 10101001 1011011 0 1010 110011 11011 110001 101001 110111

Color Harmonies of #BBA95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA95B

Black with #BBA95B

Text Example


Text Example

White with #BBA95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA95B; }

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

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

background-color css

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

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

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

border-color css

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

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

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