Html Css Color HEX #BFAB68 Gimblet

📋 copy color: '#BFAB68'

red 191 ◦ green 171 ◦ blue 104

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

Shades of Gimblet #BFAB68

Tints of Gimblet #BFAB68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.32%

R = 40.99%
G = 36.7%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BFAB68 (or 0xBFAB68) is known color: Gimblet. HEX triplet: BF, AB and 68. RGB value is (191,171,104). Sum of RGB (Red+Green+Blue) = 191+171+104=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 104 (41.02% from 255 or 22.32% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAB68 is #405497. Grayscale: #A9A9A9. Windows color (decimal): -4215960 or 6859711. OLE color: 6859711.

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

Color convert

RGB 191 171 104 -
CMYK 0 0.10 0.46 0.25
HSL 46.21º 0.4% 0.58% -
HSV(B) 46.21º 0.46% 0.75% -
XYZ 38.55 41.2 19.02 -
YUV 169.34 91.13 143.45 -
System Red Green Blue C M Y K H S L
Decimal 191 171 104 0 0.10 0.46 0.25 46.21 0.4 0.58
Hex BF AB 68 0 A 2E 19 2E 28 3A
Octal 277 253 150 0 12 56 31 56 50 72
Binary 10111111 10101011 1101000 0 1010 101110 11001 101110 101000 111010

Color Harmonies of #BFAB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAB68

Black with #BFAB68

Text Example


Text Example

White with #BFAB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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