Html Css Color HEX #BBAE60 Gimblet

📋 copy color: '#BBAE60'

red 187 ◦ green 174 ◦ blue 96

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

Shades of Gimblet #BBAE60

Tints of Gimblet #BBAE60

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.07%

 BLUE value IS 96 (37.89% from 255) = 21.01%

R = 40.92%
G = 38.07%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BBAE60 (or 0xBBAE60) is known color: Gimblet. HEX triplet: BB, AE and 60. RGB value is (187,174,96). Sum of RGB (Red+Green+Blue) = 187+174+96=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE60 is #44519F. Grayscale: #A9A9A9. Windows color (decimal): -4477344 or 6336187. OLE color: 6336187.

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

Color convert

RGB 187 174 96 -
CMYK 0 0.07 0.49 0.27
HSL 51.43º 0.4% 0.55% -
HSV(B) 51.43º 0.49% 0.73% -
XYZ 37.74 41.68 17.12 -
YUV 169 86.81 140.84 -
System Red Green Blue C M Y K H S L
Decimal 187 174 96 0 0.07 0.49 0.27 51.43 0.4 0.55
Hex BB AE 60 0 7 31 1B 33 28 37
Octal 273 256 140 0 7 61 33 63 50 67
Binary 10111011 10101110 1100000 0 111 110001 11011 110011 101000 110111

Color Harmonies of #BBAE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE60

Black with #BBAE60

Text Example


Text Example

White with #BBAE60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE60; }

 p { color: rgb(187,174,96); }

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

background-color css

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

 a { background-color: rgb(187,174,96); }

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

border-color css

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

 span { border-color: rgb(187,174,96); }

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