Html Css Color HEX #BFAB61 Gimblet

📋 copy color: '#BFAB61'

red 191 ◦ green 171 ◦ blue 97

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

Shades of Gimblet #BFAB61

Tints of Gimblet #BFAB61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.13%

R = 41.61%
G = 37.25%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BFAB61 (or 0xBFAB61) is known color: Gimblet. HEX triplet: BF, AB and 61. RGB value is (191,171,97). Sum of RGB (Red+Green+Blue) = 191+171+97=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 97 (38.28% from 255 or 21.13% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAB61 is #40549E. Grayscale: #A8A8A8. Windows color (decimal): -4215967 or 6400959. OLE color: 6400959.

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

Color convert

RGB 191 171 97 -
CMYK 0 0.10 0.49 0.25
HSL 47.23º 0.42% 0.56% -
HSV(B) 47.23º 0.49% 0.75% -
XYZ 38.21 41.07 17.22 -
YUV 168.54 87.63 144.02 -
System Red Green Blue C M Y K H S L
Decimal 191 171 97 0 0.10 0.49 0.25 47.23 0.42 0.56
Hex BF AB 61 0 A 31 19 2F 2A 38
Octal 277 253 141 0 12 61 31 57 52 70
Binary 10111111 10101011 1100001 0 1010 110001 11001 101111 101010 111000

Color Harmonies of #BFAB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAB61

Black with #BFAB61

Text Example


Text Example

White with #BFAB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAB61; }

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

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

background-color css

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

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

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

border-color css

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

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

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