Html Css Color HEX #BFAE62 Gimblet

📋 copy color: '#BFAE62'

red 191 ◦ green 174 ◦ blue 98

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

Shades of Gimblet #BFAE62

Tints of Gimblet #BFAE62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.17%

R = 41.25%
G = 37.58%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BFAE62 (or 0xBFAE62) is known color: Gimblet. HEX triplet: BF, AE and 62. RGB value is (191,174,98). Sum of RGB (Red+Green+Blue) = 191+174+98=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 98 (38.67% from 255 or 21.17% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAE62 is #40519D. Grayscale: #AAAAAA. Windows color (decimal): -4215198 or 6467263. OLE color: 6467263.

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

Color convert

RGB 191 174 98 -
CMYK 0 0.09 0.49 0.25
HSL 49.03º 0.42% 0.57% -
HSV(B) 49.03º 0.49% 0.75% -
XYZ 38.83 42.23 17.66 -
YUV 170.42 87.13 142.68 -
System Red Green Blue C M Y K H S L
Decimal 191 174 98 0 0.09 0.49 0.25 49.03 0.42 0.57
Hex BF AE 62 0 9 31 19 31 2A 39
Octal 277 256 142 0 11 61 31 61 52 71
Binary 10111111 10101110 1100010 0 1001 110001 11001 110001 101010 111001

Color Harmonies of #BFAE62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAE62

Black with #BFAE62

Text Example


Text Example

White with #BFAE62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAE62; }

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

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

background-color css

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

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

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

border-color css

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

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

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