Html Css Color HEX #BBAE59 Gimblet

📋 copy color: '#BBAE59'

red 187 ◦ green 174 ◦ blue 89

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

Shades of Gimblet #BBAE59

Tints of Gimblet #BBAE59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 19.78%

R = 41.56%
G = 38.67%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BBAE59 (or 0xBBAE59) is known color: Gimblet. HEX triplet: BB, AE and 59. RGB value is (187,174,89). Sum of RGB (Red+Green+Blue) = 187+174+89=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 89 (35.16% from 255 or 19.78% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE59 is #4451A6. Grayscale: #A8A8A8. Windows color (decimal): -4477351 or 5877435. OLE color: 5877435.

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

Color convert

RGB 187 174 89 -
CMYK 0 0.07 0.52 0.27
HSL 52.04º 0.42% 0.54% -
HSV(B) 52.04º 0.52% 0.73% -
XYZ 37.43 41.56 15.5 -
YUV 168.2 83.31 141.41 -
System Red Green Blue C M Y K H S L
Decimal 187 174 89 0 0.07 0.52 0.27 52.04 0.42 0.54
Hex BB AE 59 0 7 34 1B 34 2A 36
Octal 273 256 131 0 7 64 33 64 52 66
Binary 10111011 10101110 1011001 0 111 110100 11011 110100 101010 110110

Color Harmonies of #BBAE59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE59

Black with #BBAE59

Text Example


Text Example

White with #BBAE59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE59; }

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

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

background-color css

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

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

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

border-color css

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

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

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