Html Css Color HEX #BFAF63 Gimblet

📋 copy color: '#BFAF63'

red 191 ◦ green 175 ◦ blue 99

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

Shades of Gimblet #BFAF63

Tints of Gimblet #BFAF63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.29%

R = 41.08%
G = 37.63%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BFAF63 (or 0xBFAF63) is known color: Gimblet. HEX triplet: BF, AF and 63. RGB value is (191,175,99). Sum of RGB (Red+Green+Blue) = 191+175+99=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAF63 is #40509C. Grayscale: #ABABAB. Windows color (decimal): -4214941 or 6533055. OLE color: 6533055.

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

Color convert

RGB 191 175 99 -
CMYK 0 0.08 0.48 0.25
HSL 49.57º 0.42% 0.57% -
HSV(B) 49.57º 0.48% 0.75% -
XYZ 39.07 42.64 17.98 -
YUV 171.12 87.3 142.18 -
System Red Green Blue C M Y K H S L
Decimal 191 175 99 0 0.08 0.48 0.25 49.57 0.42 0.57
Hex BF AF 63 0 8 30 19 32 2A 39
Octal 277 257 143 0 10 60 31 62 52 71
Binary 10111111 10101111 1100011 0 1000 110000 11001 110010 101010 111001

Color Harmonies of #BFAF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAF63

Black with #BFAF63

Text Example


Text Example

White with #BFAF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAF63; }

 p { color: rgb(191,175,99); }

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

background-color css

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

 a { background-color: rgb(191,175,99); }

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

border-color css

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

 span { border-color: rgb(191,175,99); }

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