Html Css Color HEX #BFAE65 Gimblet

📋 copy color: '#BFAE65'

red 191 ◦ green 174 ◦ blue 101

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

Shades of Gimblet #BFAE65

Tints of Gimblet #BFAE65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.67%

R = 40.99%
G = 37.34%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BFAE65 (or 0xBFAE65) is known color: Gimblet. HEX triplet: BF, AE and 65. RGB value is (191,174,101). Sum of RGB (Red+Green+Blue) = 191+174+101=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAE65 is #40519A. Grayscale: #ABABAB. Windows color (decimal): -4215195 or 6663871. OLE color: 6663871.

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

Color convert

RGB 191 174 101 -
CMYK 0 0.09 0.47 0.25
HSL 48.67º 0.41% 0.57% -
HSV(B) 48.67º 0.47% 0.75% -
XYZ 38.97 42.29 18.42 -
YUV 170.76 88.63 142.44 -
System Red Green Blue C M Y K H S L
Decimal 191 174 101 0 0.09 0.47 0.25 48.67 0.41 0.57
Hex BF AE 65 0 9 2F 19 31 29 39
Octal 277 256 145 0 11 57 31 61 51 71
Binary 10111111 10101110 1100101 0 1001 101111 11001 110001 101001 111001

Color Harmonies of #BFAE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAE65

Black with #BFAE65

Text Example


Text Example

White with #BFAE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAE65; }

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

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

background-color css

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

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

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

border-color css

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

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

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