Html Css Color HEX #BFAB60 Gimblet

📋 copy color: '#BFAB60'

red 191 ◦ green 171 ◦ blue 96

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

Shades of Gimblet #BFAB60

Tints of Gimblet #BFAB60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.96%

R = 41.7%
G = 37.34%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BFAB60 (or 0xBFAB60) is known color: Gimblet. HEX triplet: BF, AB and 60. RGB value is (191,171,96). Sum of RGB (Red+Green+Blue) = 191+171+96=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAB60 is #40549F. Grayscale: #A8A8A8. Windows color (decimal): -4215968 or 6335423. OLE color: 6335423.

HSL color Cylindrical-coordinate representation of color #BFAB60: hue angle of 47.37º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFAB60 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 171 96 -
CMYK 0 0.10 0.50 0.25
HSL 47.37º 0.43% 0.56% -
HSV(B) 47.37º 0.5% 0.75% -
XYZ 38.16 41.05 16.98 -
YUV 168.43 87.13 144.1 -
System Red Green Blue C M Y K H S L
Decimal 191 171 96 0 0.10 0.50 0.25 47.37 0.43 0.56
Hex BF AB 60 0 A 32 19 2F 2B 38
Octal 277 253 140 0 12 62 31 57 53 70
Binary 10111111 10101011 1100000 0 1010 110010 11001 101111 101011 111000

Color Harmonies of #BFAB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAB60

Black with #BFAB60

Text Example


Text Example

White with #BFAB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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