Html Css Color HEX #BCAF59 Gimblet

📋 copy color: '#BCAF59'

red 188 ◦ green 175 ◦ blue 89

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

Shades of Gimblet #BCAF59

Tints of Gimblet #BCAF59

RGB

 RED value IS 188 (73.83% from 255) = 41.59%

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

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

R = 41.59%
G = 38.72%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BCAF59 (or 0xBCAF59) is known color: Gimblet. HEX triplet: BC, AF and 59. RGB value is (188,175,89). Sum of RGB (Red+Green+Blue) = 188+175+89=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 89 (35.16% from 255 or 19.69% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF59 is #4350A6. Grayscale: #A9A9A9. Windows color (decimal): -4411559 or 5877692. OLE color: 5877692.

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

Color convert

RGB 188 175 89 -
CMYK 0 0.07 0.53 0.26
HSL 52.12º 0.42% 0.54% -
HSV(B) 52.12º 0.53% 0.74% -
XYZ 37.87 42.07 15.58 -
YUV 169.08 82.81 141.49 -
System Red Green Blue C M Y K H S L
Decimal 188 175 89 0 0.07 0.53 0.26 52.12 0.42 0.54
Hex BC AF 59 0 7 35 1A 34 2A 36
Octal 274 257 131 0 7 65 32 64 52 66
Binary 10111100 10101111 1011001 0 111 110101 11010 110100 101010 110110

Color Harmonies of #BCAF59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF59

Black with #BCAF59

Text Example


Text Example

White with #BCAF59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF59; }

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

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

background-color css

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

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

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

border-color css

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

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

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