Html Css Color HEX #BBAF59 Gimblet

📋 copy color: '#BBAF59'

red 187 ◦ green 175 ◦ blue 89

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

Shades of Gimblet #BBAF59

Tints of Gimblet #BBAF59

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.8%

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

R = 41.46%
G = 38.8%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BBAF59 (or 0xBBAF59) is known color: Gimblet. HEX triplet: BB, AF and 59. RGB value is (187,175,89). Sum of RGB (Red+Green+Blue) = 187+175+89=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 89 (35.16% from 255 or 19.73% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAF59 is #4450A6. Grayscale: #A9A9A9. Windows color (decimal): -4477095 or 5877691. OLE color: 5877691.

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

Color convert

RGB 187 175 89 -
CMYK 0 0.06 0.52 0.27
HSL 52.65º 0.42% 0.54% -
HSV(B) 52.65º 0.52% 0.73% -
XYZ 37.63 41.95 15.56 -
YUV 168.78 82.98 140.99 -
System Red Green Blue C M Y K H S L
Decimal 187 175 89 0 0.06 0.52 0.27 52.65 0.42 0.54
Hex BB AF 59 0 6 34 1B 35 2A 36
Octal 273 257 131 0 6 64 33 65 52 66
Binary 10111011 10101111 1011001 0 110 110100 11011 110101 101010 110110

Color Harmonies of #BBAF59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF59

Black with #BBAF59

Text Example


Text Example

White with #BBAF59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF59; }

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

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

background-color css

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

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

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

border-color css

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

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

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