Html Css Color HEX #BBA75E Gimblet

📋 copy color: '#BBA75E'

red 187 ◦ green 167 ◦ blue 94

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

Shades of Gimblet #BBA75E

Tints of Gimblet #BBA75E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.98%

R = 41.74%
G = 37.28%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BBA75E (or 0xBBA75E) is known color: Gimblet. HEX triplet: BB, A7 and 5E. RGB value is (187,167,94). Sum of RGB (Red+Green+Blue) = 187+167+94=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 167 (65.62% from 255 or 37.28% from 448); Blue value is 94 (37.11% from 255 or 20.98% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA75E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA75E is #4458A1. Grayscale: #A4A4A4. Windows color (decimal): -4479138 or 6203323. OLE color: 6203323.

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

Color convert

RGB 187 167 94 -
CMYK 0 0.11 0.50 0.27
HSL 47.1º 0.41% 0.55% -
HSV(B) 47.1º 0.5% 0.73% -
XYZ 36.33 39.01 16.2 -
YUV 164.66 88.13 143.94 -
System Red Green Blue C M Y K H S L
Decimal 187 167 94 0 0.11 0.50 0.27 47.1 0.41 0.55
Hex BB A7 5E 0 B 32 1B 2F 29 37
Octal 273 247 136 0 13 62 33 57 51 67
Binary 10111011 10100111 1011110 0 1011 110010 11011 101111 101001 110111

Color Harmonies of #BBA75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA75E

Black with #BBA75E

Text Example


Text Example

White with #BBA75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA75E; }

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

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

background-color css

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

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

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

border-color css

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

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

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