Html Css Color HEX #BBAE54 Gimblet

📋 copy color: '#BBAE54'

red 187 ◦ green 174 ◦ blue 84

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

Shades of Gimblet #BBAE54

Tints of Gimblet #BBAE54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.88%

R = 42.02%
G = 39.1%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BBAE54 (or 0xBBAE54) is known color: Gimblet. HEX triplet: BB, AE and 54. RGB value is (187,174,84). Sum of RGB (Red+Green+Blue) = 187+174+84=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 84 (33.20% from 255 or 18.88% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE54 is #4451AB. Grayscale: #A8A8A8. Windows color (decimal): -4477356 or 5549755. OLE color: 5549755.

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

Color convert

RGB 187 174 84 -
CMYK 0 0.07 0.55 0.27
HSL 52.43º 0.43% 0.53% -
HSV(B) 52.43º 0.55% 0.73% -
XYZ 37.23 41.48 14.43 -
YUV 167.63 80.81 141.82 -
System Red Green Blue C M Y K H S L
Decimal 187 174 84 0 0.07 0.55 0.27 52.43 0.43 0.53
Hex BB AE 54 0 7 37 1B 34 2B 35
Octal 273 256 124 0 7 67 33 64 53 65
Binary 10111011 10101110 1010100 0 111 110111 11011 110100 101011 110101

Color Harmonies of #BBAE54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE54

Black with #BBAE54

Text Example


Text Example

White with #BBAE54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE54; }

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

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

background-color css

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

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

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

border-color css

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

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

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