Html Css Color HEX #BFBA68 Dark Khaki

📋 copy color: '#BFBA68'

red 191 ◦ green 186 ◦ blue 104

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

Shades of Dark Khaki #BFBA68

Tints of Dark Khaki #BFBA68

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.67%

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

R = 39.71%
G = 38.67%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BFBA68 (or 0xBFBA68) is known color: Dark Khaki. HEX triplet: BF, BA and 68. RGB value is (191,186,104). Sum of RGB (Red+Green+Blue) = 191+186+104=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA68 is #404597. Grayscale: #B2B2B2. Windows color (decimal): -4212120 or 6863551. OLE color: 6863551.

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

Color convert

RGB 191 186 104 -
CMYK 0 0.03 0.46 0.25
HSL 56.55º 0.4% 0.58% -
HSV(B) 56.55º 0.46% 0.75% -
XYZ 41.54 47.19 20.02 -
YUV 178.15 86.16 137.17 -
System Red Green Blue C M Y K H S L
Decimal 191 186 104 0 0.03 0.46 0.25 56.55 0.4 0.58
Hex BF BA 68 0 3 2E 19 39 28 3A
Octal 277 272 150 0 3 56 31 71 50 72
Binary 10111111 10111010 1101000 0 11 101110 11001 111001 101000 111010

Color Harmonies of #BFBA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBA68

Black with #BFBA68

Text Example


Text Example

White with #BFBA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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