Html Css Color HEX #BFAE57 Gimblet

📋 copy color: '#BFAE57'

red 191 ◦ green 174 ◦ blue 87

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

Shades of Gimblet #BFAE57

Tints of Gimblet #BFAE57

RGB

 RED value IS 191 (75% from 255) = 42.26%

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

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

R = 42.26%
G = 38.5%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BFAE57 (or 0xBFAE57) is known color: Gimblet. HEX triplet: BF, AE and 57. RGB value is (191,174,87). Sum of RGB (Red+Green+Blue) = 191+174+87=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 87 (34.38% from 255 or 19.25% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAE57 is #4051A8. Grayscale: #A9A9A9. Windows color (decimal): -4215209 or 5746367. OLE color: 5746367.

HSL color Cylindrical-coordinate representation of color #BFAE57: hue angle of 50.19º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFAE57 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 174 87 -
CMYK 0 0.09 0.54 0.25
HSL 50.19º 0.45% 0.55% -
HSV(B) 50.19º 0.54% 0.75% -
XYZ 38.34 42.04 15.11 -
YUV 169.17 81.63 143.57 -
System Red Green Blue C M Y K H S L
Decimal 191 174 87 0 0.09 0.54 0.25 50.19 0.45 0.55
Hex BF AE 57 0 9 36 19 32 2D 37
Octal 277 256 127 0 11 66 31 62 55 67
Binary 10111111 10101110 1010111 0 1001 110110 11001 110010 101101 110111

Color Harmonies of #BFAE57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAE57

Black with #BFAE57

Text Example


Text Example

White with #BFAE57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAE57; }

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

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

background-color css

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

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

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

border-color css

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

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

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