Html Css Color HEX #BFAB65 Gimblet

📋 copy color: '#BFAB65'

red 191 ◦ green 171 ◦ blue 101

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

Shades of Gimblet #BFAB65

Tints of Gimblet #BFAB65

RGB

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

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

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

R = 41.25%
G = 36.93%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BFAB65 (or 0xBFAB65) is known color: Gimblet. HEX triplet: BF, AB and 65. RGB value is (191,171,101). Sum of RGB (Red+Green+Blue) = 191+171+101=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAB65 is #40549A. Grayscale: #A9A9A9. Windows color (decimal): -4215963 or 6663103. OLE color: 6663103.

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

Color convert

RGB 191 171 101 -
CMYK 0 0.10 0.47 0.25
HSL 46.67º 0.41% 0.57% -
HSV(B) 46.67º 0.47% 0.75% -
XYZ 38.4 41.14 18.23 -
YUV 169 89.63 143.69 -
System Red Green Blue C M Y K H S L
Decimal 191 171 101 0 0.10 0.47 0.25 46.67 0.41 0.57
Hex BF AB 65 0 A 2F 19 2F 29 39
Octal 277 253 145 0 12 57 31 57 51 71
Binary 10111111 10101011 1100101 0 1010 101111 11001 101111 101001 111001

Color Harmonies of #BFAB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAB65

Black with #BFAB65

Text Example


Text Example

White with #BFAB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAB65; }

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

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

background-color css

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

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

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

border-color css

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

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

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