Html Css Color HEX #BFAB63 Gimblet

📋 copy color: '#BFAB63'

red 191 ◦ green 171 ◦ blue 99

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

Shades of Gimblet #BFAB63

Tints of Gimblet #BFAB63

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.09%

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

R = 41.43%
G = 37.09%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BFAB63 (or 0xBFAB63) is known color: Gimblet. HEX triplet: BF, AB and 63. RGB value is (191,171,99). Sum of RGB (Red+Green+Blue) = 191+171+99=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 99 (39.06% from 255 or 21.48% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAB63 is #40549C. Grayscale: #A9A9A9. Windows color (decimal): -4215965 or 6532031. OLE color: 6532031.

HSL color Cylindrical-coordinate representation of color #BFAB63: hue angle of 46.96º 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 #BFAB63 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 171 99 -
CMYK 0 0.10 0.48 0.25
HSL 46.96º 0.42% 0.57% -
HSV(B) 46.96º 0.48% 0.75% -
XYZ 38.3 41.1 17.72 -
YUV 168.77 88.63 143.85 -
System Red Green Blue C M Y K H S L
Decimal 191 171 99 0 0.10 0.48 0.25 46.96 0.42 0.57
Hex BF AB 63 0 A 30 19 2F 2A 39
Octal 277 253 143 0 12 60 31 57 52 71
Binary 10111111 10101011 1100011 0 1010 110000 11001 101111 101010 111001

Color Harmonies of #BFAB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAB63

Black with #BFAB63

Text Example


Text Example

White with #BFAB63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAB63; }

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

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

background-color css

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

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

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

border-color css

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

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

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