Html Css Color HEX #BBAE57 Gimblet

📋 copy color: '#BBAE57'

red 187 ◦ green 174 ◦ blue 87

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

Shades of Gimblet #BBAE57

Tints of Gimblet #BBAE57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.42%

R = 41.74%
G = 38.84%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BBAE57 (or 0xBBAE57) is known color: Gimblet. HEX triplet: BB, AE and 57. RGB value is (187,174,87). Sum of RGB (Red+Green+Blue) = 187+174+87=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 87 (34.38% from 255 or 19.42% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE57 is #4451A8. Grayscale: #A8A8A8. Windows color (decimal): -4477353 or 5746363. OLE color: 5746363.

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

Color convert

RGB 187 174 87 -
CMYK 0 0.07 0.53 0.27
HSL 52.2º 0.42% 0.54% -
HSV(B) 52.2º 0.53% 0.73% -
XYZ 37.35 41.53 15.06 -
YUV 167.97 82.31 141.57 -
System Red Green Blue C M Y K H S L
Decimal 187 174 87 0 0.07 0.53 0.27 52.2 0.42 0.54
Hex BB AE 57 0 7 35 1B 34 2A 36
Octal 273 256 127 0 7 65 33 64 52 66
Binary 10111011 10101110 1010111 0 111 110101 11011 110100 101010 110110

Color Harmonies of #BBAE57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE57

Black with #BBAE57

Text Example


Text Example

White with #BBAE57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE57; }

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

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

background-color css

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

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

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

border-color css

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

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

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